Issue 32016: Python 3.6.3 venv FAILURE (original) (raw)
Issue32016
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.
This issue has been migrated to GitHub: https://github.com/python/cpython/issues/76197
classification
Title: | Python 3.6.3 venv FAILURE | |
---|---|---|
Type: | Stage: | resolved |
Components: | Versions: | Python 3.6 |
process
Status: | closed | Resolution: | works for me |
---|---|---|---|
Dependencies: | Superseder: | ||
Assigned To: | Nosy List: | cheryl.sabella, eric.araujo, ned.deily, nihon2000 | |
Priority: | normal | Keywords: |
Created on 2017-11-13 19:18 by nihon2000, last changed 2022-04-11 14:58 by admin. This issue is now closed.
Messages (4) | ||
---|---|---|
msg306165 - (view) | Author: Larry Chen (nihon2000) | Date: 2017-11-13 19:18 |
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 | ||
msg306452 - (view) | Author: Γric Araujo (eric.araujo) * ![]() |
Date: 2017-11-17 18:27 |
Can you find out the full error message from pip? | ||
msg312518 - (view) | Author: Cheryl Sabella (cheryl.sabella) * ![]() |
Date: 2018-02-22 00:18 |
Without any additional information, should this be closed as 'Works for Me'? | ||
msg312519 - (view) | Author: Ned Deily (ned.deily) * ![]() |
Date: 2018-02-22 00:20 |
> Without any additional information, should this be closed as 'Works for Me'? Yes, please. |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:58:54 | admin | set | github: 76197 |
2018-02-22 12:43:10 | cheryl.sabella | set | status: open -> closedresolution: works for mestage: resolved |
2018-02-22 00:20:01 | ned.deily | set | nosy: + ned.deilymessages: + |
2018-02-22 00π37 | cheryl.sabella | set | nosy: + cheryl.sabellamessages: + |
2017-11-17 18:27:58 | eric.araujo | set | nosy: + eric.araujomessages: + |
2017-11-13 19π46 | nihon2000 | create |