Error message: setuptools pip wheel failed with error code 1
Solution:
- Modify local env coding, run:
export LC_ALL=en_US.UTF-8
,export LANG=en_US.UTF-8
- Modify the configuration file of the shell and add at the end:
export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8