Skip to content

import pandas error. #33258

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
HarishGajjar opened this issue Apr 3, 2020 · 3 comments
Closed

import pandas error. #33258

HarishGajjar opened this issue Apr 3, 2020 · 3 comments
Labels
Duplicate Report Duplicate issue or pull request

Comments

@HarishGajjar
Copy link

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

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

@HarishGajjar
Copy link
Author

import pandas error

@TomAugspurger
Copy link
Contributor

See #32857. Hoping to have it fixed soon.

pandas 1.0.1 and earlier should be OK.

@simonjayhawkins simonjayhawkins added the Duplicate Report Duplicate issue or pull request label Apr 3, 2020
@HarishGajjar
Copy link
Author

@TomAugspurger Thanks for the solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Duplicate Report Duplicate issue or pull request
Projects
None yet
Development

No branches or pull requests

3 participants