mupen64plus-ui-python icon indicating copy to clipboard operation
mupen64plus-ui-python copied to clipboard

Explicit pyqt5==5.10.1 requirement fails to install due to sip dependancy

Open evereux opened this issue 5 years ago • 1 comments

System: Ubuntu Mate 20.04.1 Python: 3.8.5

Error:

ERROR: Could not find a version that satisfies the requirement sip<4.20,>=4.19.4 (from pyqt5==5.10.1->-r requirements.txt (line 1)) (from versions: 5.0.0, 5.0.1, 5.1.0, 5.1.1, 5.1.2, 5.2.0, 5.3.0, 5.4.0)
ERROR: No matching distribution found for sip<4.20,>=4.19.4 (from pyqt5==5.10.1->-r requirements.txt (line 1))

evereux avatar Nov 22 '20 17:11 evereux

There was some PR where someone added the explicit version, just try to remove versions from requirements file.

gen2brain avatar Nov 23 '20 13:11 gen2brain