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

Segfaulting tests on PyQt6 + Windows on both Py3.7 and 3.10 (no conda) probably due to PyQt 6.3.0 #336

Closed
dalthviz opened this issue Apr 18, 2022 · 2 comments · Fixed by #335
Assignees
Labels
Milestone

Comments

@dalthviz
Copy link
Member

Looks like the tests started segfaulting on PyQt6 + Windows on both Py3.7 and 3.10 (no conda). Based on the check logs, it seems likely this is due to the PyQt PyPI wheels for Qt 6.3.0 being released; any idea on fixing this from our end, or should we pin to qt 6.2.x for now?

Originally posted by @CAM-Gerlach in #334 (comment)

@dalthviz
Copy link
Member Author

Seems like we where installing PyQt6 6.2.3 with PyQt6-Qt6 6.3.0 so a DLL error was being raised.

@CAM-Gerlach
Copy link
Member

Ah, I thought that was supported like it is with e.g. PySide on conda, but evidently not, and presumably for whatever reason PyQt doesn't constrain PyQt-Qt to a compatible version (which it should, especially if it causes a segfault)...

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

Successfully merging a pull request may close this issue.

2 participants