You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: