Skip to content
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

BUILD: Pandas 2.1.1 DLL load failed #58405

Open
1 task done
EmmaIKirk opened this issue Apr 24, 2024 · 2 comments
Open
1 task done

BUILD: Pandas 2.1.1 DLL load failed #58405

EmmaIKirk opened this issue Apr 24, 2024 · 2 comments
Labels
Build Library building on various platforms Needs Triage Issue that has not been reviewed by a pandas team member

Comments

@EmmaIKirk
Copy link

Installation check

Platform

Windows-10-10.0.22000-SP0

Installation Method

pip install

pandas Version

2.1.1

Python Version

3.10.11

Installation Logs

When install pandas 2.1.1, after import pandas, the below error occurred.
But when install pandas 2.0.3, import pandas is ok.

Python 3.10.11 (tags/v3.10.11:7d4cc5a, Apr 5 2023, 00:38:17) [MSC v.1929 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.

import pandas
Traceback (most recent call last):
File "", line 1, in
File "E:\CODE\venv\MetaGPT-310\lib\site-packages\pandas_init_.py", line 59, in
from pandas.core.api import (
File "E:\CODE\venv\MetaGPT-310\lib\site-packages\pandas\core\api.py", line 47, in
from pandas.core.groupby import (
File "E:\CODE\venv\MetaGPT-310\lib\site-packages\pandas\core\groupby_init_.py", line 1, in
from pandas.core.groupby.generic import (
File "E:\CODE\venv\MetaGPT-310\lib\site-packages\pandas\core\groupby\generic.py", line 67, in
from pandas.core.frame import DataFrame
File "E:\CODE\venv\MetaGPT-310\lib\site-packages\pandas\core\frame.py", line 142, in
from pandas.core.generic import (
File "E:\CODE\venv\MetaGPT-310\lib\site-packages\pandas\core\generic.py", line 187, in
from pandas.core.window import (
File "E:\CODE\venv\MetaGPT-310\lib\site-packages\pandas\core\window_init_.py", line 1, in
from pandas.core.window.ewm import (
File "E:\CODE\venv\MetaGPT-310\lib\site-packages\pandas\core\window\ewm.py", line 11, in
import pandas._libs.window.aggregations as window_aggregations
ImportError: DLL load failed while importing aggregations: The specified module could not be found.

@EmmaIKirk EmmaIKirk added Build Library building on various platforms Needs Triage Issue that has not been reviewed by a pandas team member labels Apr 24, 2024
@Aloqeely
Copy link
Contributor

Can you please share the output of the pip install command that you used to install pandas 2.1.1?

@EmmaIKirk
Copy link
Author

Can you please share the output of the pip install command that you used to install pandas 2.1.1?

Collecting pandas==2.1.1
Using cached pandas-2.1.1-cp310-cp310-win_amd64.whl.metadata (18 kB)
Requirement already satisfied: numpy>=1.22.4 in e:\code\venv\metagpt-310\lib\site-packages (from pandas==2.1.1) (1.24.3)
Requirement already satisfied: python-dateutil>=2.8.2 in e:\code\venv\metagpt-310\lib\site-packages (from pandas==2.1.1) (2.9.0.post0)
Requirement already satisfied: pytz>=2020.1 in e:\code\venv\metagpt-310\lib\site-packages (from pandas==2.1.1) (2024.1)
Requirement already satisfied: tzdata>=2022.1 in e:\code\venv\metagpt-310\lib\site-packages (from pandas==2.1.1) (2024.1)
Requirement already satisfied: six>=1.5 in e:\code\venv\metagpt-310\lib\site-packages (from python-dateutil>=2.8.2->pandas==2.1.1) (1.16.0)
Using cached pandas-2.1.1-cp310-cp310-win_amd64.whl (10.7 MB)
Installing collected packages: pandas
Successfully installed pandas-2.1.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Build Library building on various platforms Needs Triage Issue that has not been reviewed by a pandas team member
Projects
None yet
Development

No branches or pull requests

2 participants