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

PyQt and PyQt-Qt Version Errors #44

Open
atummons opened this issue Jan 6, 2024 · 1 comment
Open

PyQt and PyQt-Qt Version Errors #44

atummons opened this issue Jan 6, 2024 · 1 comment

Comments

@atummons
Copy link
Contributor

atummons commented Jan 6, 2024

When there is a mismatch between versions, it throws the following error: from PyQt6.QtCore import *
ImportError: DLL load failed while importing QtCore: The specified procedure could not be found.

They can easily be fixed by running an install targeting the matching version.

It would be great to add to dependencies to make them match. I looked and couldn't find syntax to set them equal or use environmental variable in pyproject.toml

@toomanybrians any idea about how to set them to matching versions? If not do we just pin them both to 6.6.1 as dependencies to ensure they match and just increment manually as needed?

@ashulgach
Copy link

They can easily be fixed by running an install targeting the matching version.

I'm trying to set up MPF for the first time and running into the error you mention. What install for what version of what package solves this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants