Ubuntu install virtualenv error: UnicodeDecodeError
Error message:
when installing virtualenv with PIP3 under Ubuntu 18 system, the following error is reported:
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 1205: ordinal not in range(128)
Solution:
set the coding type of the terminal again
export LC_ALL=C.UTF-8
Read More:
- [Solved] git review Error: UnicodeDecodeError: ‘gbk‘ codec can‘t decode
- How to Solve Pytorch DataLoader Loading Error: UnicodeDecodeError: ‘utf-8‘ codec can‘t decode byte 0xe5 in position 1023
- Django CSV file Error: UnicodeDecodeError: ‘utf-8’ codec can’t decode byte 0xb5 in position 0: invalid start
- How to Solve word2vec Module Error: AttributeError & UnicodeDecodeError
- Python installs virtualenv through PIP and always reports an error: response.py“, line 438, in _error_catcher yield
- [Solved] Ubuntu18.04 Install pyqt5 error: Command “python setup.py egg_info“ failed with error code 1 in /tmp/pip-build-92
- [Solved] UnicodeDecodeError: ‘utf-8‘ codec can‘t decode byte 0xbf in position 7: invalid start byte
- [Solved] Ubuntu using blender script error: Numpy cannot be found
- Ubuntu22.04 OpenHarmony Execute hb set Error [How to Solve]
- [Solved] pycallgraph Install Error: subprocess-exited-with-error
- Brew install XXX and display error: [email protected] [How to Solve]
- [Solved] PyCharm pytest-html Install Error: Try to run this command from the system terminal. Make sure that you use
- [Solved] pip Install Error: Missing dependencies for SOCKS support
- Graphviz Install Error: There is no layout engine support for “dot“
- linux ubuntu pip search Fault: <Fault -32500: “RuntimeError: PyPI‘s XMLRPC API is currently disab
- Python: How to Solve mysqlclient Install Error in Mac
- Pip Installation Warning: can’t install the package because of EnvironmentError
- How to Solve Termux install Pillow Error
- Python Use PIP to install pyinstaller Error [Solved]
- How to Solve PIP Install fasttext Error