-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Require virtualenv >= 20.0.11 to support virtualenv activation on Windows with py3 #22330
Comments
This seems reasonable. AFAIK, On which setup do we get a |
You can reproduce this locally. When I found the bug there was no fix for the issue. It came quickly after reporting the issue to |
So it looks like for Azure Pipelines we attempt to get For Safari, that results in us getting virtualenv-20.0.20:
In a random log for Windows, however, I found that we already have virtualenv, and think it's of a valid version:
It's not clear to me where we would specify the version for virtualenv. Do we just need to add a requirements.txt for this? ( |
cc @ziransun |
I take this is not an issue any more? Running py3 in windows (locally) seems fine for me with current codebase. |
See pypa/virtualenv#1710 (comment)
The text was updated successfully, but these errors were encountered: