<div dir="ltr"><div><div><div>Although there are wheels available for Python 3.4 now, it is still not possible to install PyQt 5 in a venv created on Ubuntu 14.04.<br><br>I get the following error:<br><br>```<br>pip install pyqt5<br>Collecting pyqt5<br>  Using cached PyQt5-5.7.1-5.7.1-cp34.cp35.cp36-abi3-manylinux1_x86_64.whl<br>Collecting sip>=4.19 (from pyqt5)<br>  Could not find a version that satisfies the requirement sip>=4.19 (from pyqt5) (from versions: )<br>No matching distribution found for sip>=4.19 (from pyqt5)<br>```<br><br></div>Checking on PyPI, there are only wheels for sip==4.19 for Python 3.5+ and no tarball at all, hence the failure.<br><br></div>Cheers,<br></div>Ghis<br></div>