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
with "C:\redacted" being un-redacted on my machine.
With virtualenv 20.0.33, the command runs successfully: An environment gets created.
With virtualenv 20.0.34 and 20.0.35, the command breaks with the following
FileNotFoundError: [Errno 2] No such file or directory: 'C:\\redacted\\python.exe'
Environment
Using miniconda with conda to create the super-environment, and conda to install tox and specific versions of virtualenv: conda install virtualenv==20.0.33 -y
OS: Windows 10 :(
pip list of the host python where virtualenv is installed:
Issue
I'm using tox, which in turn is using virtualenv.
Ignoring tox and focusing on virtualenv, I run this command (derived from what fails in tox):
with "C:\redacted" being un-redacted on my machine.
With virtualenv 20.0.33, the command runs successfully: An environment gets created.
With virtualenv 20.0.34 and 20.0.35, the command breaks with the following
Environment
Using miniconda with conda to create the super-environment, and conda to install tox and specific versions of virtualenv:
conda install virtualenv==20.0.33 -y
pip list
of the host python wherevirtualenv
is installed:Output of the virtual environment creation
Make sure to run the creation with
-vvv --with-traceback
:Broken run (with .34)
Working run, with .33, same command
The text was updated successfully, but these errors were encountered: