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] When I try to run python src/main.py #120

Open
Virnnar opened this issue Dec 15, 2023 · 4 comments
Open

[BUG] When I try to run python src/main.py #120

Virnnar opened this issue Dec 15, 2023 · 4 comments
Labels
bug Something isn't working

Comments

@Virnnar
Copy link

Virnnar commented Dec 15, 2023

When I type python src/main.py
image

@Virnnar Virnnar added the bug Something isn't working label Dec 15, 2023
@theSoberSobber
Copy link

yep, it's a version problem, python is an extremely fragile language and breaking changes from dependencies is extremely common, using an older commit would be the best you can probably do.

@theSoberSobber
Copy link

Update: Reinstalling PyQt6 seems to make it work again, I really really hate python, anyways just run this pip install PyQT6 --force.

@zhulaee
Copy link

zhulaee commented Dec 30, 2023

thanks, install cmd solved my problem

@Rakyarvik
Copy link

On my computer, this is an issue caused by the different versions of PyQt6 and PyQt6 Qt6. The requirements. txt file specifies that the version of pyqt6 is 6.3.1. When we enter the pip list, we will see that the versions of PyQt6 and PyQt6 Qt6 are different. Please reinstall version 6.3.1 of PyQt6 Qt6.pip uninstall PyQt6-Qt6,pip install pyqt6-qt6==6.3.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants