echolox / smartbcr2k

Sits between your midi controller and your DAW to make your controller smarter
MIT License
24 stars 0 forks source link

Could not find a version that satisfies the requirement sip==4.19.2 #4

Open stoersignal opened 6 years ago

stoersignal commented 6 years ago

when i try to install the coponents of reqs.txt with the command copied from your text i get this error message: Could not find a version that satisfies the requirement sip==4.19.2 (from -r reqs.txt (line 3)) (from versions: ) No matching distribution found for sip==4.19.2 (from -r reqs.txt (line 3))

what to do?

echolox commented 6 years ago

Try changing the line to sip>=4.19.2 and try again. If that doesn't work, remove the line and try again.

If I remember correctly sip is used by python-rtmidi so it should grab sip automatically anyway. If not, let me know and I'll take a deeper look.