Steps:
- Installed activestate - I see these folders under C:\Users\pchouksey\AppData\Local\ActiveState
- Opened a new cmd and ran a simple python program no issues
- ran another python where it uses pandas I get
ImportError: DLL load failed while importing aggregations: The specified module could not be found.
Finished running Tracker
haven’t made changes to my environment and it runs perfectly fine in Test environment
see below all the details
This is critical going live on production on 23.
Microsoft Windows [Version 10.0.17763.2928]
(c) 2018 Microsoft Corporation. All rights reserved.
F:\IICS\ICSR_Tracker>HelloWorld.cmd
The device is not ready.
█ Signing In To The ActiveState Platform
You are logged in as pchouksey
Traceback (most recent call last):
File “F:\IICS\ICSR_Tracker\helloworld.py”, line 3, in
name = sys.argv[1]
IndexError: list index out of range
F:\IICS\ICSR_Tracker>HelloWorld.cmd Preeti
The device is not ready.
█ Signing In To The ActiveState Platform
You are logged in as pchouksey
Hello Preeti
F:\IICS\ICSR_Tracker>CSPV_Tracker.bat preeti pchouksey@dsi.com Alltrackers/IQVIA/2021/12_Dec/abclp.xlsx
F:\IICS\ICSR_Tracker>echo Start the auth
Start the auth
F:\IICS\ICSR_Tracker>state auth --token M2Y3MDZlMDYtZjUwMi00NDA4LTllNjQtZDkzZDlhZDExMjAxQFdvUGhpWm9ObG95ZTQzNTcr
█ Signing In To The ActiveState Platform
You are logged in as pchouksey
F:\IICS\ICSR_Tracker>echo Auth completed.
Auth completed.
Start running CPSV Tracker for submitter preeti with email pchouksey@dsi.com filepath Alltrackers/IQVIA/2021/12_Dec/abclp.xlsx
Traceback (most recent call last):
File “F:\IICS\ICSR_Tracker\TrackerV4.py”, line 11, in
import pandas as pd
File “c:\users\pchouksey\appdata\local\activestate\cache\bf6dd478\lib\site-packages\pandas_init_.py”, line 48, in
from pandas.core.api import (
File “c:\users\pchouksey\appdata\local\activestate\cache\bf6dd478\lib\site-packages\pandas\core\api.py”, line 48, in
from pandas.core.groupby import (
File “c:\users\pchouksey\appdata\local\activestate\cache\bf6dd478\lib\site-packages\pandas\core\groupby_init_.py”, line 1, in
from pandas.core.groupby.generic import (
File “c:\users\pchouksey\appdata\local\activestate\cache\bf6dd478\lib\site-packages\pandas\core\groupby\generic.py”, line 70, in
from pandas.core.frame import DataFrame
File “c:\users\pchouksey\appdata\local\activestate\cache\bf6dd478\lib\site-packages\pandas\core\frame.py”, line 157, in
from pandas.core.generic import NDFrame
File “c:\users\pchouksey\appdata\local\activestate\cache\bf6dd478\lib\site-packages\pandas\core\generic.py”, line 152, in
from pandas.core.window import (
File “c:\users\pchouksey\appdata\local\activestate\cache\bf6dd478\lib\site-packages\pandas\core\window_init_.py”, line 1, in
from pandas.core.window.ewm import ( # noqa:F401
File “c:\users\pchouksey\appdata\local\activestate\cache\bf6dd478\lib\site-packages\pandas\core\window\ewm.py”, line 12, in
import pandas._libs.window.aggregations as window_aggregations
ImportError: DLL load failed while importing aggregations: The specified module could not be found.
Finished running Tracker