-
Notifications
You must be signed in to change notification settings - Fork 108
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 while importing onnx_cpp2py_export: A dynamic link library (DLL) initialization routine failed. #16
Comments
I'm facing the same issue. |
I have the same problem with a portable installation. Everything is fine, in fact, I have another installation (which I don't dare to touch) that works perfectly. In clean installations (I've already done 10 or 12) I have already updated ComfyUI, the Reactor install.bat and the already hackneyed: "python_embeded\python.exe -m pip install --upgrade --force-reinstall insightface-0.7.3-cp311-cp311-win_amd64.whl" countless times and it doesn't fix it. I have asked ChatGPT who has suggested countless reinstallations that don't solve the problem. I hope the version that still works for me doesn't break. It's very frustrating. |
Downgrade pip install onnx==1.16.1
|
I had the same issue and this worked for me! Thank you!! |
Oh my God! Thank you so much! It worked! |
Add "onnx==1.16.1" to requirements to resolve issue #16.
Thank you @jalejandro0211 for the solution. I haven't had much time to review the issues lately. I've updated the requirements file to include the correct version of onnx. |
My PDF is not uploading. It's giving following error:
ImportError: DLL load failed while importing onnx_cpp2py_export: A dynamic link library (DLL) initialization routine failed.
The text was updated successfully, but these errors were encountered: