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
PyQt4 is no longer supported, meaning it will accrue unpatched security vulnerabilities.
More pragmatically, it means it's no longer available on Pypi or the standard Debian repositories, so the current installation instructions don't work:
$ pip3 install PyQt4
ERROR: Could not find a version that satisfies the requirement PyQt4 (from versions: none)
ERROR: No matching distribution found for PyQt4
And it's no easy task to get PyQt4 installed on moderately recent Ubuntu (20.04).
The ideal solution would be to upgrade to PyQt6, but workarounds would be fine too.
The text was updated successfully, but these errors were encountered:
PyQt4 is no longer supported, meaning it will accrue unpatched security vulnerabilities.
More pragmatically, it means it's no longer available on Pypi or the standard Debian repositories, so the current installation instructions don't work:
And it's no easy task to get PyQt4 installed on moderately recent Ubuntu (20.04).
The ideal solution would be to upgrade to PyQt6, but workarounds would be fine too.
The text was updated successfully, but these errors were encountered: