2020-1-4: Installing Python, run PIP appears LookupError: unknown encoding: cp65001

pip2 run Tip LookupError: unknown encoding: cp65001 

This error is because the script tries to print Unicode character encoding can not use the current console character representation.

Try to run after performing pip set PYTHONIOENCODING = UTF-8, to set the environment variable encoding format UTF-8

 

Guess you like

Origin www.cnblogs.com/sym945/p/12148021.html