-
-
Notifications
You must be signed in to change notification settings - Fork 18.3k
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
BUG: v1.3.1 ImportError: DLL load failed #42733
Comments
@simonjayhawkins have we dropped py37 in 1.3.1? |
no. but the vm image for windows builds was updated. MacPython/pandas-wheels#145 cc @lithomas1 |
On it, will send PR tmrw(it's nighttime now for me). Looks like I either copied the wrong DLLs or missed some. We should really figure out an automated way to do this.(auditwheel/delocate do this for Linux and macos) Feel free to revert the offending Or in the meantime. Sorry for the hassle everyone. |
IIUC, wheels are a manual upload, so it might be possible to delete the bad 1.3.1 wheel and replace it? |
I don't have access to delete wheels. PyPI doesn't have a build number like conda? cc @jreback |
no we cannot delete - do for 1.3.2 |
This comment might be relevant. Looking at the aggregations pyd file in Dependencies(https://github.com/lucasg/Dependencies) and this is what I see. This stuff is a PITA for me to test since you can't reproduce if you already have the VS Build Tools, which is present on CI and on my computer. Will try to get a docker environment set up to fix. I'll also try to confirm by unzipping a good 1.3.0 windows wheel and checking the dlls. |
I've successfully repro'ed on a docker container on azure pipelines. |
@lithomas1 MacPython/pandas-wheels#148 has been merged. can we close this issue? |
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 |
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
Problem description
After upgrading from
v1.3.0
to patch fixv1.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.Output
ImportError: DLL load failed
The text was updated successfully, but these errors were encountered: