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

Revisit PyQt version(s) requirements #1016

Closed
lbianchi-lbl opened this issue Mar 15, 2022 · 1 comment
Closed

Revisit PyQt version(s) requirements #1016

lbianchi-lbl opened this issue Mar 15, 2022 · 1 comment
Assignees
Labels
Priority:High High Priority Issue or PR

Comments

@lbianchi-lbl
Copy link
Contributor

Motivation

  • Currently, we're using pyqt==5.13 in setup.py
  • However, this has shortcomings
    • AFAIK 5.13 is not a "super-stable"/LTS (long-term support) version for (Py)Qt 5 such as 5.12 and 5.15
    • To be able to have a Conda package for FOQUS, it has to be compatible with the available versions

Known constraints

  • pytest-qt only works with Qt 5.11+
  • AFAIK, PyQt 5.12.3 is the latest version available to install with Conda (through the conda-forge channel)
  • PyQt 5.13 is not available for Windows and Python 3.9, leading to installation errors such as ERROR: Could not find a version that satisfies the requirement PyQt5==5.13 (from ccsi-foqus) (from versions: 5.12.3, 5.14.0, 5.14.1, 5.14.2, 5.15.0, 5.15.1, 5.15.2, 5.15.3, 5.15.4, 5.15.5, 5.15.6)
@lbianchi-lbl lbianchi-lbl self-assigned this Mar 15, 2022
@ksbeattie ksbeattie added the Priority:High High Priority Issue or PR label Mar 15, 2022
@ksbeattie
Copy link
Member

Partially addressed in PR #1014

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority:High High Priority Issue or PR
Projects
None yet
Development

No branches or pull requests

2 participants