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

in windows : import pandas report error ImportError: DLL load failed while importing aggregations:找不到指定模块 #123

Open
BlueMoonWolf opened this issue Jul 17, 2020 · 0 comments

Comments

@BlueMoonWolf
Copy link

today I down the latest code to run in windows,when I run "python3 main.py" directly,it dosen't work.(I forgot the error message..sorry,but it about pandas).
Then I use it in windows Virtual environment ,all package download completed, run the cmd as readme.md describe bellow:
python -m venv .venv
.venv\Scripts\activate.bat
pip install -r requirements.txt
python main.py

and then it report an error: DLL load failed while importing aggregations:找不到指定模块. and stop work.

I searched from internet and found the reason,pandas new version 1.0.2 and 1.0.3 forgot to import vs2015 runtime in it.
you have tow ways to fix it,
one is install vs2015 runtime in windows youself.
another is to rollback to pandas 1.0.1 ,cmd :"pip install pandas==1.0.1".
I used the second way to fix it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant