Skip to content
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.

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

Open
stoersignal opened this issue Dec 14, 2017 · 1 comment

Comments

@stoersignal
Copy link

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
Copy link
Owner

echolox commented Dec 14, 2017

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants