airrohr-firmware-flasher icon indicating copy to clipboard operation
airrohr-firmware-flasher copied to clipboard

ERROR: Could not find a version that satisfies the requirement pyqt5-sip==4.19.19

Open angel-gruevski opened this issue 2 years ago • 1 comments

make deps dist command throws the following error in Arch Linux

ERROR: Could not find a version that satisfies the requirement pyqt5-sip==4.19.19 (from versions: 12.7.0, 12.7.1, 12.7.2, 12.8.0, 12.8.1, 12.9.0, 12.9.1, 12.10.1, 12.11.0)
ERROR: No matching distribution found for pyqt5-sip==4.19.19

angel-gruevski avatar Jan 11 '23 09:01 angel-gruevski

@angel-gruevski, your issue is platform-independent, because pyqt5-sip==4.19.19 is no longer available in PyPi.

However, there's no reason to worry: fix exists.

@ricki-z, here's my pull-request to fix this issue.

thepapermen avatar May 12 '23 15:05 thepapermen