spacepaste

  1.  
  2. root@4e1b7560d74c:/build# pip install --no-index --find-links="file://$(pwd)/dists" dist/my_package-0.0.0.tar.gz
  3. Ignoring indexes: https://pypi.python.org/simple/
  4. Unpacking ./dist/my_package-0.0.0.tar.gz
  5. Running setup.py (path:/tmp/pip-tzQWRx-build/setup.py) egg_info for package from file:///build/dist/my_package-0.0.0.tar.gz
  6. Download error: [Errno -3] Temporary failure in name resolution -- Some packages may not be found!
  7. Download error: [Errno -3] Temporary failure in name resolution -- Some packages may not be found!
  8. Couldn't find index page for 'cython' (maybe misspelled?)
  9. Download error: [Errno -3] Temporary failure in name resolution -- Some packages may not be found!
  10. No local packages or download links found for cython
  11. Traceback (most recent call last):
  12. File "<string>", line 17, in <module>
  13. File "/tmp/pip-tzQWRx-build/setup.py", line 5, in <module>
  14. packages=['my_package'],
  15. File "/usr/lib/python2.6/distutils/core.py", line 113, in setup
  16. _setup_distribution = dist = klass(attrs)
  17. File "/usr/lib/python2.6/dist-packages/setuptools/dist.py", line 221, in __init__
  18. self.fetch_build_eggs(attrs.pop('setup_requires'))
  19. File "/usr/lib/python2.6/dist-packages/setuptools/dist.py", line 245, in fetch_build_eggs
  20. parse_requirements(requires), installer=self.fetch_build_egg
  21. File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 538, in resolve
  22. dist = best[req.key] = env.best_match(req, self, installer)
  23. File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 780, in best_match
  24. return self.obtain(req, installer) # try and download/install
  25. File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 792, in obtain
  26. return installer(requirement)
  27. File "/usr/lib/python2.6/dist-packages/setuptools/dist.py", line 293, in fetch_build_egg
  28. return cmd.easy_install(req)
  29. File "/usr/lib/python2.6/dist-packages/setuptools/command/easy_install.py", line 483, in easy_install
  30. raise DistutilsError(msg)
  31. distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('cython')
  32. Complete output from command python setup.py egg_info:
  33. Download error: [Errno -3] Temporary failure in name resolution -- Some packages may not be found!
  34. Download error: [Errno -3] Temporary failure in name resolution -- Some packages may not be found!
  35. Couldn't find index page for 'cython' (maybe misspelled?)
  36. Download error: [Errno -3] Temporary failure in name resolution -- Some packages may not be found!
  37. No local packages or download links found for cython
  38. Traceback (most recent call last):
  39. File "<string>", line 17, in <module>
  40. File "/tmp/pip-tzQWRx-build/setup.py", line 5, in <module>
  41. packages=['my_package'],
  42. File "/usr/lib/python2.6/distutils/core.py", line 113, in setup
  43. _setup_distribution = dist = klass(attrs)
  44. File "/usr/lib/python2.6/dist-packages/setuptools/dist.py", line 221, in __init__
  45. self.fetch_build_eggs(attrs.pop('setup_requires'))
  46. File "/usr/lib/python2.6/dist-packages/setuptools/dist.py", line 245, in fetch_build_eggs
  47. parse_requirements(requires), installer=self.fetch_build_egg
  48. File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 538, in resolve
  49. dist = best[req.key] = env.best_match(req, self, installer)
  50. File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 780, in best_match
  51. return self.obtain(req, installer) # try and download/install
  52. File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 792, in obtain
  53. return installer(requirement)
  54. File "/usr/lib/python2.6/dist-packages/setuptools/dist.py", line 293, in fetch_build_egg
  55. return cmd.easy_install(req)
  56. File "/usr/lib/python2.6/dist-packages/setuptools/command/easy_install.py", line 483, in easy_install
  57. raise DistutilsError(msg)
  58. distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('cython')
  59. ----------------------------------------
  60. Cleaning up...
  61. Command python setup.py egg_info failed with error code 1 in /tmp/pip-tzQWRx-build
  62. Storing debug log for failure in /.pip/pip.log
  63.