[Solved] Virtualenv virtual environment error: setuptools pip wheel failed with error code 1

Error message: setuptools pip wheel failed with error code 1

Solution:

  1. Modify local env coding, run: export LC_ALL=en_US.UTF-8,export LANG=en_US.UTF-8
  2. 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

Read More:

Leave a Reply

Your email address will not be published. Required fields are marked *