[New-bugs-announce] [issue32016] Python 3.6.3 venv FAILURE

Larry Chen report at bugs.python.org
Mon Nov 13 14:18:46 EST 2017


New submission from Larry Chen <larry.chen at microsemi.com>:

Upgraded from 3.6.1 to 3.6.3; but got an error when trying to create my virtual environment.

[larrchen at 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

----------
messages: 306165
nosy: nihon2000
priority: normal
severity: normal
status: open
title: Python 3.6.3 venv FAILURE
versions: Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32016>
_______________________________________


More information about the New-bugs-announce mailing list