Advertisement
Guest User

Untitled

a guest
Oct 7th, 2013
384
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.69 KB | None | 0 0
  1. [root@oc7463051643 r2]# python setup.py develop
  2. Cannot find Cython. Skipping Cython build.
  3. running develop
  4. running egg_info
  5. writing requirements to r2.egg-info/requires.txt
  6. writing r2.egg-info/PKG-INFO
  7. writing top-level names to r2.egg-info/top_level.txt
  8. writing dependency_links to r2.egg-info/dependency_links.txt
  9. writing entry points to r2.egg-info/entry_points.txt
  10. reading manifest file 'r2.egg-info/SOURCES.txt'
  11. writing manifest file 'r2.egg-info/SOURCES.txt'
  12. running build_ext
  13. copying build/lib.linux-x86_64-2.7/Cfilters.so ->
  14. Creating /opt/massive/lib/python2.7/site-packages/r2.egg-link (link to .)
  15. r2 0.0.0dev is already the active version in easy-install.pth
  16.  
  17. Installed /home/reddit/reddit/r2
  18. Processing dependencies for r2==0.0.0dev
  19. Searching for requests
  20. Reading http://www.pylonshq.com/download/
  21. Reading http://pypi.python.org/simple/requests/
  22. Download error on http://pypi.python.org/simple/requests/: unknown url type: https -- Some packages may not be found!
  23. Reading http://pypi.python.org/simple/requests/
  24. Download error on http://pypi.python.org/simple/requests/: unknown url type: https -- Some packages may not be found!
  25. Reading http://pypi.python.org/simple/requests/
  26. Download error on http://pypi.python.org/simple/requests/: unknown url type: https -- Some packages may not be found!
  27. Couldn't find index page for 'requests' (maybe misspelled?)
  28. Scanning index of all packages (this may take a while)
  29. Reading http://pypi.python.org/simple/
  30. Download error on http://pypi.python.org/simple/: unknown url type: https -- Some packages may not be found!
  31. No local packages or download links found for requests
  32. error: Could not find suitable distribution for Requirement.parse('requests')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement