Skip to content
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

Open
Meowsanity opened this issue Nov 14, 2022 · 6 comments
Open

[BUG] ModuleNotFoundError: No module named 'PySide2' #19

Meowsanity opened this issue Nov 14, 2022 · 6 comments
Assignees
Labels
Status: Resolved This issue has been resolved or is no longer relevent Type: Bug Something isn't working

Comments

@Meowsanity
Copy link

When i followed the 3rd command i getting error like this
https://imgur.com/l6fYtuU

Did have something miss a file requirement to use?

@Meowsanity Meowsanity added Type: Bug Something isn't working Status: Pending Attention is needed, issue hasn't been addressed labels Nov 14, 2022
@AnthonyMichaelTDM
Copy link
Owner

ensure you installed all the required python modules (listed in requirements.txt)

@Kistras
Copy link

Kistras commented Nov 16, 2022

You have to use python version <3.11. PySide2 is not ready for 3.11 yet, however it works fine on 3.10.8.
You can get it here:
https://www.python.org/downloads/release/python-3108/

It would be very convenient if that was mentioned somewhere.

@Meowsanity
Copy link
Author

You have to use python version <3.11. PySide2 is not ready for 3.11 yet, however it works fine on 3.10.8. You can get it here: https://www.python.org/downloads/release/python-3108/

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?

https://imgur.com/hG32cOj

@Kistras
Copy link

Kistras commented Nov 30, 2022

i tried still not working, it says already satisfied but was there something i missed?

https://imgur.com/hG32cOj

Sorry for a delay.
I'm assuming that the latest version python is still somewhere in your PATH variable so it was used instead of a more downgraded version. Try either fully uninstalling latest version or launching using direct paths e.g. "%LOCALAPPDATA%\Programs\Python\Python310\python.exe" "./src/main/python/main.py"

@imh1kiko
Copy link

For anyone reading this, check that you're running Python 3.10 (python --version). Then run pip install PySide2 fbs.

@AnthonyMichaelTDM AnthonyMichaelTDM added Note: good first issue Good for newcomers Status: Resolved This issue has been resolved or is no longer relevent and removed Type: Bug Something isn't working Status: Pending Attention is needed, issue hasn't been addressed labels May 3, 2023
@Kithkani
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Resolved This issue has been resolved or is no longer relevent Type: Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants