Advertisement
metapy

Python pip ERROR

Mar 7th, 2017
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. root@kali:~# pip install --upgrade pip
  2. Collecting pip
  3. Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB)
  4. 100% |████████████████████████████████| 1.3MB 308kB/s
  5. Installing collected packages: pip
  6. Found existing installation: pip 8.1.2
  7. Not uninstalling pip at /usr/lib/python2.7/dist-packages, outside environment /usr
  8. Successfully installed pip-9.0.1
  9. root@kali:~# pip install PyQt
  10. Collecting PyQt
  11. Could not find a version that satisfies the requirement PyQt (from versions: )
  12. No matching distribution found for PyQt
  13. root@kali:~# pip install SIP
  14. Collecting SIP
  15. Could not find a version that satisfies the requirement SIP (from versions: )
  16. No matching distribution found for SIP
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement