BUG: v1.3.1 ImportError: DLL load failed
See original GitHub issue-
I have checked that this issue has not already been reported.
-
I have confirmed this bug exists on the latest version of pandas.
-
(optional) I have confirmed this bug exists on the master branch of pandas.
Note: Please read this guide detailing how to provide the necessary information for us to reproduce your bug.
Code Sample, a copy-pastable example
pip install pandas==1.3.1
import pandas as pd
Problem description
After upgrading from v1.3.0
to patch fix v1.3.1
we began receiving Import Errors on all of our scripts. We were able to resolve this by installing Visual Studio C++ Build Tools on our Windows Servers.
- 2019 Windows Server
- Python 3.7
Output ImportError: DLL load failed
import pandas._libs.window.aggregations as window_aggregations
ImportError: DLL load failed: The specified module could not be found.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:11 (11 by maintainers)
Top Results From Across the Web
How to resolve "ImportError: DLL load failed:" on Python?
Recently I start to get ImportError: DLL load failed: error when I import different libraries (for example scikit-learn or scipy and some ...
Read more >ImportError: DLL load failed while importing utilsextension ...
Whatever I try, this bug still exists when I import Scanpy. I guess it may be the incompatibility issue of packages. Some dependency...
Read more >DLL load failed: The specified module could not be found.
Import fmeobjects from python script error: "ImportError: DLL load failed: The specified module could not be found." I have been trying to figure...
Read more >ImportError: DLL load failed - Intel Communities
I have LAtest python Intel distribution but I get this Error. If I update the daal4py & scikit-learn (out from intel repository) I...
Read more >"DLL load failed" error when importing Miniconda python ...
How to troubleshoot the "ImportError: DLL load failed" error received when importing Miniconda python sklearn library from Statistica python ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Sure I guess. I think that we probably want to open a new issue about automatically catching the missing DLL issue, as this is the second time its happened(and we don’t want it to happen every time we upgrade Visual Studio).
issue should be in https://github.com/MacPython/pandas-wheels