You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dear pandas-dev,
I am writing this to yo because I have facing problem with pandas lib to use it with python 3.8,
when I try to import pandas its shows error, please check attachment for more details.
Thanks.
import pandas
Traceback (most recent call last):
File "<pyshell#1>", line 1, in
import pandas
File "C:\Python\Python38-32\lib\site-packages\pandas_init_.py", line 55, in
from pandas.core.api import (
File "C:\Python\Python38-32\lib\site-packages\pandas\core\api.py", line 29, in
from pandas.core.groupby import Grouper, NamedAgg
File "C:\Python\Python38-32\lib\site-packages\pandas\core\groupby_init_.py", line 1, in
from pandas.core.groupby.generic import DataFrameGroupBy, NamedAgg, SeriesGroupBy
File "C:\Python\Python38-32\lib\site-packages\pandas\core\groupby\generic.py", line 60, in
from pandas.core.frame import DataFrame
File "C:\Python\Python38-32\lib\site-packages\pandas\core\frame.py", line 124, in
from pandas.core.series import Series
File "C:\Python\Python38-32\lib\site-packages\pandas\core\series.py", line 4572, in
Series._add_series_or_dataframe_operations()
File "C:\Python\Python38-32\lib\site-packages\pandas\core\generic.py", line 10349, in add_series_or_dataframe_operations
from pandas.core.window import EWM, Expanding, Rolling, Window
File "C:\Python\Python38-32\lib\site-packages\pandas\core\window_init.py", line 1, in
from pandas.core.window.ewm import EWM # noqa:F401
File "C:\Python\Python38-32\lib\site-packages\pandas\core\window\ewm.py", line 5, in
import pandas._libs.window.aggregations as window_aggregations
ImportError: DLL load failed while importing aggregations: The specified module could not be found.
============================================================== import pandas error report.pdf
The text was updated successfully, but these errors were encountered:
dear pandas-dev,
I am writing this to yo because I have facing problem with pandas lib to use it with python 3.8,
when I try to import pandas its shows error, please check attachment for more details.
Thanks.
=========================================================
error message
The text was updated successfully, but these errors were encountered: