You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating a virtual environment using python 2.7 it fails with the message:
RuntimeError: failed to find interpreter for Builtin discover of python_spec='python2.7'
I have python 2.7, 3.7 and 3.8 installed. I can create environments for 3.7 and 3.8
Issue
When creating a virtual environment using python 2.7 it fails with the message:
RuntimeError: failed to find interpreter for Builtin discover of python_spec='python2.7'
I have python 2.7, 3.7 and 3.8 installed. I can create environments for 3.7 and 3.8
Environment
Provide at least:
OS: Windows
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: