python - Issues with PyQt4 + SIP on Windows 10: Could not find a version that satisfies the requirement SIP (from versions: ) -
i have been trying install sip , pyqt4 + sip while under windows 10 in virtual env (legacy project done in pyqt4). started in pycharm using package manager. tried command line.
c:\users\jspada>pip install sip collecting sip not find version satisfies requirement sip (from versions: ) no matching distribution found sip c:\users\jspada>pip install pyqt4 collecting pyqt4 not find version satisfies requirement pyqt4 (from versions: ) no matching distribution found pyqt4
is because there no builds out there sip , pyqt4? pyqt4 maybe because bit legacy think sip work.
well, if project old guess it's python 2.7. sip doesn't have binaries @ pypi python less 3.5 , pyqt4 doesn't provide binaries @ all.
you have download sources sip , pyqt4 , compile yourself.
you can find precompiled packages @ unofficial windows binaries python extension packages.
Comments
Post a Comment