Drop support for Python 2.7 and PyQt4
See original GitHub issueDropping this we can also use plain pip
to install PyQt5
and PySide2
, getting the latest versions.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:2
- Comments:16 (12 by maintainers)
Top Results From Across the Web
PyQt4 not installing on Python 2.7 - Stack Overflow
I saw people say to use pip install PyQt4‑4.11. 4‑cp27‑cp27m‑win32. whl (depending on what version of Python was used).
Read more >Python error ERROR Could not find a version that satisfies the ...
A future version of pip will drop support for Python 2.7. Collecting pyqt4 ERROR: Could not find a version that satisfies the requirement ......
Read more >PyQt5 vs PySide2: What's the difference between the two ...
PySide2 is available for Python3 and Python 2.7, but Python 2.7 builds are only available for 64 bit versions of MacOS and Linux....
Read more >qdarkgraystyle - PyPI
The PySide and PyQt4 support was dropped in version 1.0.0. To use qdarkgraystyle with PySide or PyQt4 or with Python 2.7, please use...
Read more >Installation — pandas 0.24.2 documentation
Plan for dropping Python 2.7¶. The Python core team plans to stop supporting Python 2.7 on January 1st, 2020. In line with NumPy's...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
As someone in the VFX industry, dropping Python 2.7 would be not great. I realize we can use an earlier version, but some studios are basically locked off the internet, and host their own pip repositories (and may only keep the last version of a package). I know that the industry is moving to Python 3.6+ for 2020. See http://www.vfxplatform.com/ for more information.
However, the industry is either using Qt 5 (and Python bindings) or will be soon, so I’m not sure of many studios that will complain. But dropping Python 2.7 would hurt.
Yes thank you!