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.

classification
Title: Runtime error while trying to use Python3.9 with virtualenv
Type: behavior Stage:
Components: Interpreter Core Versions: Python 3.9
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: abhicantdraw
Priority: normal Keywords:

Created on 2020-10-05 20:36 by abhicantdraw, last changed 2022-04-11 14:59 by admin.

Files
File name Uploaded Description Edit
Untitled picture.png abhicantdraw, 2020-10-05 20:36 Screenshot of error observed while trying to create new virtual environment
Messages (1)
msg378074 - (view) Author: Abhi R (abhicantdraw) Date: 2020-10-05 20:36
I tried to create a new virtual environment using virtualenv and the newly released Python3.9 version and I got a runtime error saying " failed to find interpreter for Builtin discover of python_spec='python3.9'".
History
Date User Action Args
2022-04-11 14:59:36adminsetgithub: 86114
2020-10-05 20:36:17abhicantdrawcreate