-
-
Notifications
You must be signed in to change notification settings - Fork 17
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] ModuleNotFoundError: No module named 'PySide2' #19
Comments
ensure you installed all the required python modules (listed in requirements.txt) |
You have to use python version <3.11. PySide2 is not ready for 3.11 yet, however it works fine on 3.10.8. It would be very convenient if that was mentioned somewhere. |
i tried still not working, it says already satisfied but was there something i missed? |
Sorry for a delay. |
For anyone reading this, check that you're running Python 3.10 ( |
The link to the youtube video on the installation instructions on the main page mentions grabbing 3.10 python from the Windows store, I can confirm that one worked in pulling in all the requirements and launching this project. Successful edits still working. |
When i followed the 3rd command i getting error like this
https://imgur.com/l6fYtuU
Did have something miss a file requirement to use?
The text was updated successfully, but these errors were encountered: