-
Notifications
You must be signed in to change notification settings - Fork 131
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
ImportError: DLL load failed: A dynamic link library (DLL) initialization routine failed #288
Comments
We need more information:
Thank you! |
|
Facing the same issue! |
Also getting this error. Win11, Python 3.12.7. PyPi wheels. |
same, any fixes? |
You can try lowering the version of pycolmap |
worked with manuel download of whl and downgraded python version (3.11) |
This did not work for me despite downgrading to python 3.11.
|
We have Windows wheels for both 3.10 and 0.6.1, does any of them work? Could you also try the wheels at HEAD that are available here? One way to debug this is the following (I don't have a Windows machine so I cannot run this myself):
|
I tried the |
I fix this problem by running |
Unfortunately I cannot help without the information from these debug steps:
|
@sarlinpe I hoe this helps to resolve this issue. Win11Pro Wheel for Python 3.10
missing:KERNEL32.dll Wheel for Python 3.11
MissingKERNEL32.dll |
I get an error when I import pycolmap==3.10.0
ImportError: DLL load failed: A dynamic link library (DLL) initialization routine failed
The text was updated successfully, but these errors were encountered: