Giter Site home page Giter Site logo

Comments (4)

theSoberSobber avatar theSoberSobber commented on June 13, 2024 3

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

from yasb.

theSoberSobber avatar theSoberSobber commented on June 13, 2024

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.

from yasb.

zhulaee avatar zhulaee commented on June 13, 2024

thanks, install cmd solved my problem

from yasb.

Rakyarvik avatar Rakyarvik commented on June 13, 2024

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

from yasb.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.