"ValueError: too many values to unpack (expected 2)" when running python3 -m virtualenv xxx -p python3.8
#2163
Labels
python3 -m virtualenv xxx -p python3.8
#2163
Issue
I expect virtualenv not to fail this way.
Environment
Provide at least:
pip list
of the host python wherevirtualenv
is installed: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: