You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/usr/bin/pip", line 9, in <module>
load_entry_point('pip==1.5.4', 'console_scripts', 'pip')()
File "/usr/lib/python2.7/dist-packages/pip/__init__.py", line 235, in main
return command.main(cmd_args)
File "/usr/lib/python2.7/dist-packages/pip/basecommand.py", line 161, in main
text = '\n'.join(complete_log)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 72: ordinal not in range(128)
The text was updated successfully, but these errors were encountered:
Did you tried updating pip?
run sudo pip install -U pip and then try install again.
The Unicode error is because of the default configuration of Python2.7. You need to set your default decode configuration to UTF-8.
You need to run this before trying to run it in order to set your encoding to UTF-8. If it don't work running it outside the program, try adding those lines into the setup.py file of the repository and install again with sudo python setup.py install
Installation Aborted with following text:
The text was updated successfully, but these errors were encountered: