Advertisement
JPeterson

pip install pysvn

Aug 10th, 2012
676
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.73 KB | None | 0 0
  1. ------------------------------------------------------------
  2. C:\Files\Services\Python\Python27\Scripts\pip-script.py run on 08/10/12 23:55:53
  3. Downloading/unpacking pysvn
  4.  
  5. Getting page http://pypi.python.org/simple/pysvn
  6. Could not fetch URL http://pypi.python.org/simple/pysvn: HTTP Error 404: Not Found (pysvn does not have any releases)
  7. Will skip URL http://pypi.python.org/simple/pysvn when looking for download links for pysvn
  8. Getting page http://pypi.python.org/simple/
  9. URLs to search for versions for pysvn:
  10. * http://pypi.python.org/simple/pysvn/
  11. Getting page http://pypi.python.org/simple/pysvn/
  12. Could not fetch URL http://pypi.python.org/simple/pysvn/: HTTP Error 404: Not Found (pysvn does not have any releases)
  13. Will skip URL http://pypi.python.org/simple/pysvn/ when looking for download links for pysvn
  14. Could not find any downloads that satisfy the requirement pysvn
  15.  
  16. No distributions at all found for pysvn
  17.  
  18. Exception information:
  19. Traceback (most recent call last):
  20. File "C:\Files\Services\Python\Python27\lib\site-packages\pip\basecommand.py", line 104, in main
  21. status = self.run(options, args)
  22. File "C:\Files\Services\Python\Python27\lib\site-packages\pip\commands\install.py", line 245, in run
  23. requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle)
  24. File "C:\Files\Services\Python\Python27\lib\site-packages\pip\req.py", line 978, in prepare_files
  25. url = finder.find_requirement(req_to_install, upgrade=self.upgrade)
  26. File "C:\Files\Services\Python\Python27\lib\site-packages\pip\index.py", line 157, in find_requirement
  27. raise DistributionNotFound('No distributions at all found for %s' % req)
  28. DistributionNotFound: No distributions at all found for pysvn
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement