Advertisement
geotheory

Untitled

Apr 22nd, 2016
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.78 KB | None | 0 0
  1. pip install -vvv pyvenv
  2. Collecting pyvenv
  3. 1 location(s) to search for versions of pyvenv:
  4. * https://pypi.python.org/simple/pyvenv/
  5. Getting page https://pypi.python.org/simple/pyvenv/
  6. Looking up "https://pypi.python.org/simple/pyvenv/" in the cache
  7. No cache entry available
  8. Starting new HTTPS connection (1): pypi.python.org
  9. "GET /simple/pyvenv/ HTTP/1.1" 404 28063
  10. Status code 404 not in [200, 203, 300, 301]
  11. Could not fetch URL https://pypi.python.org/simple/pyvenv/: 404 Client Error: Not Found for url: https://pypi.python.org/simple/pyvenv/ - skipping
  12. Could not find a version that satisfies the requirement pyvenv (from versions: )
  13. Cleaning up...
  14. No matching distribution found for pyvenv
  15. Exception information:
  16. Traceback (most recent call last):
  17. File "/usr/local/lib/python2.7/site-packages/pip/basecommand.py", line 209, in main
  18. status = self.run(options, args)
  19. File "/usr/local/lib/python2.7/site-packages/pip/commands/install.py", line 310, in run
  20. wb.build(autobuilding=True)
  21. File "/usr/local/lib/python2.7/site-packages/pip/wheel.py", line 748, in build
  22. self.requirement_set.prepare_files(self.finder)
  23. File "/usr/local/lib/python2.7/site-packages/pip/req/req_set.py", line 360, in prepare_files
  24. ignore_dependencies=self.ignore_dependencies))
  25. File "/usr/local/lib/python2.7/site-packages/pip/req/req_set.py", line 512, in _prepare_file
  26. finder, self.upgrade, require_hashes)
  27. File "/usr/local/lib/python2.7/site-packages/pip/req/req_install.py", line 273, in populate_link
  28. self.link = finder.find_requirement(self, upgrade)
  29. File "/usr/local/lib/python2.7/site-packages/pip/index.py", line 489, in find_requirement
  30. 'No matching distribution found for %s' % req
  31. DistributionNotFound: No matching distribution found for pyvenv
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement