[PyQt] PyQt 5.7.1 and Python 3.4
Evgeny Prilepin
esp.home at gmail.com
Wed Feb 1 21:28:04 GMT 2017
Hi everyone!
I try to use the official wheel package PyQt5 5.7.1 alongside with
Python 3.4; however, an error occurs:
"Could not find a version that satisfies the requirement sip>=4.19 (from
pyqt5)
(from versions: ) No matching distribution found for sip>=4.19 (from
pyqt5)."
There is no SIP wheel package for Python 3.4 on PyPI server, despite the
fact that the wheel package name
"PyQt5-5.7.1-5.7.1-cp34.cp35.cp36-none-win_amd64.whl" contains
apparently a reference to Python 3.4 support.
Our project uses Python 3.4 and we would like to have an opportunity to
install PyQt5 via pip from the official PyPI server.
I think the wheel package SIP for Python 3.4 needs adding.
--
Evgeny
More information about the PyQt
mailing list