Linux environment using PIP installation software hints ASCII cannot be converted

Source: Internet
Author: User

Here are some of the problems I have encountered:


I'm using the PIP install fabric times Error:

Cleaning up ...

Command python setup.py egg_info failed with error code 1 IN/TMP/PIP_BUILD_ROOT/PYNACL

Traceback (most recent):

File "/usr/bin/pip", line 9, <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 0xe6 in position 49:ordinal not in range (128)


Reason:

[Email protected]:~# Echo $LANG

Zh_cn. UTF-8



I can see that my system is in Chinese.


Solve:

Cd/usr/lib/python2.7/dist-packages/urllib3/packages

Vim sitecustomize.py

Import Sys

Sys.setdefaultencoding (' Utf-8 ')

chmod a+x sitecustomize.py


Just re-install it.


This article is from the "10846118" blog, please be sure to keep this source http://10856118.blog.51cto.com/10846118/1960249

Linux environment using PIP installation software hints ASCII cannot be converted

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.