Advertisement
Guest User

Untitled

a guest
Apr 25th, 2014
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. eos87@local ~> pip install argh
  2. Downloading/unpacking argh
  3. Downloading argh-0.24.1.tar.gz
  4. Running setup.py egg_info for package argh
  5. Traceback (most recent call last):
  6. File "<string>", line 16, in <module>
  7. File "/Users/eos87/.virtualenvs/myenv/lib/python3.2/encodings/ascii.py", line 26, in decode
  8. return codecs.ascii_decode(input, self.errors)[0]
  9. UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 55: ordinal not in range(128)
  10. Complete output from command python setup.py egg_info:
  11. Traceback (most recent call last):
  12.  
  13. File "<string>", line 16, in <module>
  14.  
  15. File "/Users/eos87/.virtualenvs/myenv/lib/python3.2/encodings/ascii.py", line 26, in decode
  16.  
  17. return codecs.ascii_decode(input, self.errors)[0]
  18.  
  19. UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 55: ordinal not in range(128)
  20.  
  21. ----------------------------------------
  22. Cleaning up...
  23. Command python setup.py egg_info failed with error code 1 in /Users/eos87/.virtualenvs/myenv/build/argh
  24. Storing complete log in /Users/eos87/.pip/pip.log
  25.  
  26. ~: nano ~/.bash_profile
  27.  
  28. # Setting for the new UTF-8 terminal support in Lion
  29. export LC_CTYPE=en_US.UTF-8
  30. export LC_ALL=en_US.UTF-8
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement