This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author nihon2000
Recipients nihon2000
Date 2017-11-13.19:18:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1510600726.31.0.213398074469.issue32016@psf.upfronthosting.co.za>
In-reply-to
Content
Upgraded from 3.6.1 to 3.6.3; but got an error when trying to create my virtual environment.

[larrchen@rslab239 Larry]$  /opt/python3.6.3/bin/python3.6 -m venv /u/larrchen/work2/SAN/Users/Larry/rslab239_myENV_363
Error: Command '['/u/larrchen/work2/SAN/Users/Larry/rslab239_myENV_363/bin/python3.6', '-Im', 'ensurepip', '--upgrade', '--default-pip']' returned non-zero exit status 1.

I can create a virtual env for 3.6.1 and 3.6.2 but not for 3.6.3.

This is a regression issue. 

Try this command. It fails every time.

python3.6 -m venv myEnv

Larry
History
Date User Action Args
2017-11-13 19:18:46nihon2000setrecipients: + nihon2000
2017-11-13 19:18:46nihon2000setmessageid: <1510600726.31.0.213398074469.issue32016@psf.upfronthosting.co.za>
2017-11-13 19:18:46nihon2000linkissue32016 messages
2017-11-13 19:18:46nihon2000create