Advertisement
Guest User

Untitled

a guest
Feb 9th, 2017
329
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.63 KB | None | 0 0
  1. pip install xcffib
  2. You are using pip version 6.0.8, however version 9.0.1 is available.
  3. You should consider upgrading via the 'pip install --upgrade pip' command.
  4. Collecting xcffib
  5. Using cached xcffib-0.5.1.tar.gz
  6. unable to execute 'cc': No such file or directory
  7. unable to execute 'cc': No such file or directory
  8. No working compiler found, or bogus compiler options
  9. passed to the compiler from Python's distutils module.
  10. See the error messages above.
  11. (If they are about -mno-fused-madd and you are on OS/X 10.8,
  12. see http://stackoverflow.com/questions/22313407/ .)
  13. Traceback (most recent call last):
  14. File "<string>", line 20, in <module>
  15. File "/tmp/pip-build-P_AIfA/xcffib/setup.py", line 98, in <module>
  16. **cffi_args
  17. File "/usr/lib/python2.7/distutils/core.py", line 111, in setup
  18. _setup_distribution = dist = klass(attrs)
  19. File "/usr/lib/python2.7/vendor-packages/setuptools/dist.py", line 265, in __init__
  20. self.fetch_build_eggs(attrs.pop('setup_requires'))
  21. File "/usr/lib/python2.7/vendor-packages/setuptools/dist.py", line 289, in fetch_build_eggs
  22. parse_requirements(requires), installer=self.fetch_build_egg
  23. File "/usr/lib/python2.7/vendor-packages/pkg_resources.py", line 618, in resolve
  24. dist = best[req.key] = env.best_match(req, self, installer)
  25. File "/usr/lib/python2.7/vendor-packages/pkg_resources.py", line 862, in best_match
  26. return self.obtain(req, installer) # try and download/install
  27. File "/usr/lib/python2.7/vendor-packages/pkg_resources.py", line 874, in obtain
  28. return installer(requirement)
  29. File "/usr/lib/python2.7/vendor-packages/setuptools/dist.py", line 339, in fetch_build_egg
  30. return cmd.easy_install(req)
  31. File "/usr/lib/python2.7/vendor-packages/setuptools/command/easy_install.py", line 623, in easy_install
  32. return self.install_item(spec, dist.location, tmpdir, deps)
  33. File "/usr/lib/python2.7/vendor-packages/setuptools/command/easy_install.py", line 653, in install_item
  34. dists = self.install_eggs(spec, download, tmpdir)
  35. File "/usr/lib/python2.7/vendor-packages/setuptools/command/easy_install.py", line 849, in install_eggs
  36. return self.build_and_install(setup_script, setup_base)
  37. File "/usr/lib/python2.7/vendor-packages/setuptools/command/easy_install.py", line 1130, in build_and_install
  38. self.run_setup(setup_script, setup_base, args)
  39. File "/usr/lib/python2.7/vendor-packages/setuptools/command/easy_install.py", line 1118, in run_setup
  40. raise DistutilsError("Setup script exited with %s" % (v.args[0],))
  41. distutils.errors.DistutilsError: Setup script exited with 1
  42. Complete output from command python setup.py egg_info:
  43. unable to execute 'cc': No such file or directory
  44.  
  45. unable to execute 'cc': No such file or directory
  46.  
  47.  
  48.  
  49. No working compiler found, or bogus compiler options
  50.  
  51. passed to the compiler from Python's distutils module.
  52.  
  53. See the error messages above.
  54.  
  55. (If they are about -mno-fused-madd and you are on OS/X 10.8,
  56.  
  57. see http://stackoverflow.com/questions/22313407/ .)
  58.  
  59. Traceback (most recent call last):
  60.  
  61. File "<string>", line 20, in <module>
  62.  
  63. File "/tmp/pip-build-P_AIfA/xcffib/setup.py", line 98, in <module>
  64.  
  65. **cffi_args
  66.  
  67. File "/usr/lib/python2.7/distutils/core.py", line 111, in setup
  68.  
  69. _setup_distribution = dist = klass(attrs)
  70.  
  71. File "/usr/lib/python2.7/vendor-packages/setuptools/dist.py", line 265, in __init__
  72.  
  73. self.fetch_build_eggs(attrs.pop('setup_requires'))
  74.  
  75. File "/usr/lib/python2.7/vendor-packages/setuptools/dist.py", line 289, in fetch_build_eggs
  76.  
  77. parse_requirements(requires), installer=self.fetch_build_egg
  78.  
  79. File "/usr/lib/python2.7/vendor-packages/pkg_resources.py", line 618, in resolve
  80.  
  81. dist = best[req.key] = env.best_match(req, self, installer)
  82.  
  83. File "/usr/lib/python2.7/vendor-packages/pkg_resources.py", line 862, in best_match
  84.  
  85. return self.obtain(req, installer) # try and download/install
  86.  
  87. File "/usr/lib/python2.7/vendor-packages/pkg_resources.py", line 874, in obtain
  88.  
  89. return installer(requirement)
  90.  
  91. File "/usr/lib/python2.7/vendor-packages/setuptools/dist.py", line 339, in fetch_build_egg
  92.  
  93. return cmd.easy_install(req)
  94.  
  95. File "/usr/lib/python2.7/vendor-packages/setuptools/command/easy_install.py", line 623, in easy_install
  96.  
  97. return self.install_item(spec, dist.location, tmpdir, deps)
  98.  
  99. File "/usr/lib/python2.7/vendor-packages/setuptools/command/easy_install.py", line 653, in install_item
  100.  
  101. dists = self.install_eggs(spec, download, tmpdir)
  102.  
  103. File "/usr/lib/python2.7/vendor-packages/setuptools/command/easy_install.py", line 849, in install_eggs
  104.  
  105. return self.build_and_install(setup_script, setup_base)
  106.  
  107. File "/usr/lib/python2.7/vendor-packages/setuptools/command/easy_install.py", line 1130, in build_and_install
  108.  
  109. self.run_setup(setup_script, setup_base, args)
  110.  
  111. File "/usr/lib/python2.7/vendor-packages/setuptools/command/easy_install.py", line 1118, in run_setup
  112.  
  113. raise DistutilsError("Setup script exited with %s" % (v.args[0],))
  114.  
  115. distutils.errors.DistutilsError: Setup script exited with 1
  116.  
  117. ----------------------------------------
  118. Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-P_AIfA/xcffib
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement