Advertisement
Ahrramin

libxml2 error

Dec 19th, 2013
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ------------------------------------------------------------
  2. C:\Python27\Scripts\pip-script.py run on 12/19/13 13:05:27
  3. Downloading/unpacking libxml2
  4.  
  5.   Getting page https://pypi.python.org/simple/libxml2/
  6.   Could not fetch URL https://pypi.python.org/simple/libxml2/: HTTP Error 404: Not Found (libxml2 does not have any releases)
  7.   Will skip URL https://pypi.python.org/simple/libxml2/ when looking for download links for libxml2
  8.   Getting page https://pypi.python.org/simple/
  9.   URLs to search for versions for libxml2:
  10.   * https://pypi.python.org/simple/libxml2/
  11.   Getting page https://pypi.python.org/simple/libxml2/
  12.   Could not fetch URL https://pypi.python.org/simple/libxml2/: HTTP Error 404: Not Found (libxml2 does not have any releases)
  13.   Will skip URL https://pypi.python.org/simple/libxml2/ when looking for download links for libxml2
  14.   Could not find any downloads that satisfy the requirement libxml2
  15.  
  16. Cleaning up...
  17.  
  18.   Removing temporary dir c:\docume~1\anonym~1\locals~1\temp\pip_build_Anonymous...
  19. No distributions at all found for libxml2
  20.  
  21. Exception information:
  22. Traceback (most recent call last):
  23.   File "C:\Python27\lib\site-packages\pip\basecommand.py", line 134, in main
  24.     status = self.run(options, args)
  25.   File "C:\Python27\lib\site-packages\pip\commands\install.py", line 236, in run
  26.     requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle)
  27.   File "C:\Python27\lib\site-packages\pip\req.py", line 1085, in prepare_files
  28.     url = finder.find_requirement(req_to_install, upgrade=self.upgrade)
  29.   File "C:\Python27\lib\site-packages\pip\index.py", line 265, in find_requirement
  30.     raise DistributionNotFound('No distributions at all found for %s' % req)
  31. DistributionNotFound: No distributions at all found for libxml2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement