Calling pip download
on non-utf system can fail if user home folder has non ASCII chars
#2780
Labels
pip download
on non-utf system can fail if user home folder has non ASCII chars
#2780
Issue
At this line:
The tool
virtualenv
is launchingpip
as a child process:utf-8
pip
may have a different opinion as the encoding is system dependent.When
pip
runs and there are some non-asci characters with his traces we may have failures leading toout
being set toNone
.Environment
Provide at least:
Just bare Python embed for Windows:
pip
is at version24.2
Very very important to reproduce this issue:
The command which is failing:
Note: by adding to the environment
"PYTHONIOENCODING": "utf-8"
, the issue is worked around and everything is fine.Output of the virtual environment creation
Make sure to run the creation with
-vvv --with-traceback
:The text was updated successfully, but these errors were encountered: