Advertisement
Guest User

Untitled

a guest
Jun 30th, 2016
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.21 KB | None | 0 0
  1. Traceback (most recent call last):
  2.  
  3. File "<string>", line 1, in <module>
  4.  
  5. File "/home/edward/workspace/sunday_hackatone/.vevn/build/bcrypt/setup.py", line 235, in <module>
  6.  
  7. **keywords_with_side_effects(sys.argv)
  8.  
  9. File "/usr/lib/python3.4/distutils/core.py", line 108, in setup
  10.  
  11. _setup_distribution = dist = klass(attrs)
  12.  
  13. File "/home/edward/workspace/sunday_hackatone/.vevn/lib/python3.4/site-packages/setuptools/dist.py", line 239, in __init__
  14.  
  15. self.fetch_build_eggs(attrs.pop('setup_requires'))
  16.  
  17. File "/home/edward/workspace/sunday_hackatone/.vevn/lib/python3.4/site-packages/setuptools/dist.py", line 264, in fetch_build_eggs
  18.  
  19. replace_conflicting=True
  20.  
  21. File "/home/edward/workspace/sunday_hackatone/.vevn/lib/python3.4/site-packages/pkg_resources.py", line 580, in resolve
  22.  
  23. dist = best[req.key] = env.best_match(req, ws, installer)
  24.  
  25. File "/home/edward/workspace/sunday_hackatone/.vevn/lib/python3.4/site-packages/pkg_resources.py", line 818, in best_match
  26.  
  27. return self.obtain(req, installer) # try and download/install
  28.  
  29. File "/home/edward/workspace/sunday_hackatone/.vevn/lib/python3.4/site-packages/pkg_resources.py", line 830, in obtain
  30.  
  31. return installer(requirement)
  32.  
  33. File "/home/edward/workspace/sunday_hackatone/.vevn/lib/python3.4/site-packages/setuptools/dist.py", line 314, in fetch_build_egg
  34.  
  35. return cmd.easy_install(req)
  36.  
  37. File "/home/edward/workspace/sunday_hackatone/.vevn/lib/python3.4/site-packages/setuptools/command/easy_install.py", line 593, in easy_install
  38.  
  39. return self.install_item(spec, dist.location, tmpdir, deps)
  40.  
  41. File "/home/edward/workspace/sunday_hackatone/.vevn/lib/python3.4/site-packages/setuptools/command/easy_install.py", line 623, in install_item
  42.  
  43. dists = self.install_eggs(spec, download, tmpdir)
  44.  
  45. File "/home/edward/workspace/sunday_hackatone/.vevn/lib/python3.4/site-packages/setuptools/command/easy_install.py", line 809, in install_eggs
  46.  
  47. return self.build_and_install(setup_script, setup_base)
  48.  
  49. File "/home/edward/workspace/sunday_hackatone/.vevn/lib/python3.4/site-packages/setuptools/command/easy_install.py", line 1015, in build_and_install
  50.  
  51. self.run_setup(setup_script, setup_base, args)
  52.  
  53. File "/home/edward/workspace/sunday_hackatone/.vevn/lib/python3.4/site-packages/setuptools/command/easy_install.py", line 1003, in run_setup
  54.  
  55. raise DistutilsError("Setup script exited with %s" % (v.args[0],))
  56.  
  57. distutils.errors.DistutilsError: Setup script exited with error: command 'i686-linux-gnu-gcc' failed with exit status 1
  58.  
  59. ----------------------------------------
  60. Cleaning up...
  61. Command /home/edward/workspace/sunday_hackatone/.vevn/bin/python3 -c "import setuptools, tokenize;__file__='/home/edward/workspace/sunday_hackatone/.vevn/build/bcrypt/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-eo9vxqmz-record/install-record.txt --single-version-externally-managed --compile --install-headers /home/edward/workspace/sunday_hackatone/.vevn/include/site/python3.4 failed with error code 1 in /home/edward/workspace/sunday_hackatone/.vevn/build/bcrypt
  62. Storing debug log for failure in /home/edward/.pip/pip.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement