
I have this error message when running my script in Visual Code and also in IDLE.

ImportError: DLL load failed while importing aggregations: The specified module could not be found. Series._add_series_or_dataframe_operations()įile "C:\Users\VALENTINA\AppData\Local\Programs\Python\Python38-32\lib\site-packages\pandas\core\generic.py", line 10349, in _add_series_or_dataframe_operationsįrom import EWM, Expanding, Rolling, Windowįile "C:\Users\VALENTINA\AppData\Local\Programs\Python\Python38-32\lib\site-packages\pandas\core\window\_init_.py", line 1, in įrom import EWM # noqa:F401įile "C:\Users\VALENTINA\AppData\Local\Programs\Python\Python38-32\lib\site-packages\pandas\core\window\ewm.py", line 5, in If you are presented with a repair method, apply it by clicking on Apply this fix.

If i go to Python folder i see that Pandas is installed:Ĭ:\Users\VALENTINA\AppData\Local\Programs\Python\Python38-32\Lib\site-packagesīut then i get this error message when trying to import Pandas in my script: Traceback (most recent call last):įile "C:\Users\VALENTINA\AppData\Local\Programs\Python\Python38-32\lib\site-packages\pandas\_init_.py", line 55, in įile "C:\Users\VALENTINA\AppData\Local\Programs\Python\Python38-32\lib\site-packages\pandas\core\api.py", line 29, in įrom import Grouper, NamedAggįile "C:\Users\VALENTINA\AppData\Local\Programs\Python\Python38-32\lib\site-packages\pandas\core\groupby\_init_.py", line 1, in įrom import DataFrameGroupBy, NamedAgg, SeriesGroupByįile "C:\Users\VALENTINA\AppData\Local\Programs\Python\Python38-32\lib\site-packages\pandas\core\groupby\generic.py", line 60, in įile "C:\Users\VALENTINA\AppData\Local\Programs\Python\Python38-32\lib\site-packages\pandas\core\frame.py", line 124, in įile "C:\Users\VALENTINA\AppData\Local\Programs\Python\Python38-32\lib\site-packages\pandas\core\series.py", line 4572, in Running the Windows Apps troubleshooter Once the Windows Store App troubleshooter is open, wait until the initial scan is complete and see if a viable fix is identified.
#Fix opensees parallel for windows install
I have installed Pandas in the CMD using "pip install pandas" I am new to Python and currently having trouble when importing some libraries.
