Advertisement
Guest User

Untitled

a guest
Nov 21st, 2014
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. Cleaning up...
  2. Command /home/ralph/bin/python -c "import setuptools, tokenize;__file__='/home/ralph/build/pysphere/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-pK6wde-record/install-record.txt --single-version-externally-managed --compile --install-headers /home/ralph/include/site/python2.7 failed with error code -9 in /home/ralph/build/pysphere
  3. Traceback (most recent call last):
  4. File "/home/ralph/bin/pip", line 11, in <module>
  5. sys.exit(main())
  6. File "/home/ralph/local/lib/python2.7/site-packages/pip/__init__.py", line 185, in main
  7. return command.main(cmd_args)
  8. File "/home/ralph/local/lib/python2.7/site-packages/pip/basecommand.py", line 161, in main
  9. text = '\n'.join(complete_log)
  10. UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 40: ordinal not in range(128)
  11. make: *** [install] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement