Guest User

Untitled

a guest
Jun 22nd, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. $ /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/bin/pip install virtualenv
  2. Downloading/unpacking virtualenv
  3. Real name of requirement virtualenv is virtualenv
  4. Downloading virtualenv-1.7.tar.gz (2.1Mb): 2.1Mb downloaded
  5. Running setup.py egg_info for package virtualenv
  6. Traceback (most recent call last):
  7. File "<string>", line 14, in <module>
  8. File "/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/build/virtualenv/setup.py", line 23, in <module>
  9. long_description += "\n\n" + f.read()
  10. File "/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/lib/python3.2/encodings/ascii.py", line 26, in decode
  11. return codecs.ascii_decode(input, self.errors)[0]
  12. UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 129: ordinal not in range(128)
  13. Complete output from command python setup.py egg_info:
  14. Traceback (most recent call last):
  15.  
  16. File "<string>", line 14, in <module>
  17.  
  18. File "/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/build/virtualenv/setup.py", line 23, in <module>
  19.  
  20. long_description += "\n\n" + f.read()
  21.  
  22. File "/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/site-packages/lib/python3.2/encodings/ascii.py", line 26, in decode
  23.  
  24. return codecs.ascii_decode(input, self.errors)[0]
  25.  
  26. UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 129: ordinal not in range(128)
  27.  
  28. ----------------------------------------
  29. Command python setup.py egg_info failed with error code 1
  30. Storing complete log in /Users/pelle/.pip/pip.log
Add Comment
Please, Sign In to add comment