-
Notifications
You must be signed in to change notification settings - Fork 8.9k
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
Demo - DLL Load Failed, Toolbox - QT issue #260
Comments
@ChellyTots Well for For |
@ChellyTots I usually forget to @ ppl so hopefully you'll see this. |
@ChellyTots I had the same issue and the PyQt5 didnt solve it either. I dont know what in the end solved the problem but I deinstalled python and had to install Anaconda first. Folllow this tutorial step by step he should cover all the problems. |
Hey @LordBaaa I did a pip list and i still cant import any qt binding. I ran pip install PyQt5 and it says requirement already satisfied File "C:\Users\Blah\AppData\Local\Programs\Python\Python37\lib\site-packages\matplotlib\backends\qt_compat.py", line 168, in |
I am struggeling with the same issue here :( |
Can you please pull the latest code from the repo, update to the current |
Hi @blue-fish , the issue still resists with the current commit.
And running the toolbox itself returns
I tried manually installing PyQt5, but the requirement is already satisfied. The requirements are installed via |
Thanks for giving it another try @maxi07 . Doing a quick search it seems you may need to upgrade your pip to get a later version of matplotlib that is compatible with your PyQt5. Try this and see if the toolbox will work:
|
Hi @blue-fish , I followed your steps but without success, as pip was already using the latest version 20.1.1.. After that I deinstalled Python (which was previously installed through the Microsoft Store) and upgraded to the latest 3.7.8, in hope this would resolve the issue. This actually changed the error message. Running the testing script
Running the actual toolbox:
The solutionAfter some quick research I figured out, that I was using the wrong PyTorch version. I was following along your suggested setup guide from here, which had an install command for PyTorch. I headed over so the PyTorch site and downloaded the latest version with And this fixed it! The test script now runs, but your documentation in the Readme.md is missing the |
Hello! I've managed to iron out most problems, but here's what I'm currently stuck with!
All requirements installed, Win 10, Python 3.7, Cuda 10 (but tried 8 and 9 too with relevant CuDNN)
Pip list
running demo_cli.py
running demo_toolbox.py
Any insights in to this?
Many thanks!
The text was updated successfully, but these errors were encountered: