-
-
Notifications
You must be signed in to change notification settings - Fork 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
conda support - Windows 3.7+ #1986
Comments
Also, virtualenv==20.0.34 is not compatible with conda on Windows See: ContinuumIO/anaconda-issues#12094 pypa/virtualenv#1986
virtualenv==20.0.34 is not compatible with conda on Windows See: ContinuumIO/anaconda-issues#12094 pypa/virtualenv#1986
virtualenv==20.0.34 is not compatible with conda on Windows See: ContinuumIO/anaconda-issues#12094 pypa/virtualenv#1986
virtualenv==20.0.34 is not compatible with conda on Windows See: ContinuumIO/anaconda-issues#12094 pypa/virtualenv#1986
Any updates on this? |
It looks like this is still happening. I've pegged |
Just a note to the devs: Starting tomorrow, Conda will be broken on Windows for every not-past-EOL Python for any virtualenv released in the last 3 years. |
This feature is tagged with a help wanted. Seems no conda user/developer wanted to actually contribute though. I don't use conda, so this is not worth for me. In light of this closing this. |
Note, you can try changing the creator from builtin to venv for conda, per https://virtualenv.pypa.io/en/latest/user_guide.html#creators; and that might work. |
We don't have official conda support, but things kinda worked. This is no longer the case post #1976. Seems conda copies the venv module into its environments, and it's a version without the redirector script on Python3.7+.
The part that differs from the core CPython:
So users fail with:
We should run tests with conda too, and support it though. Then we should update https://virtualenv.pypa.io/en/latest/installation.html#python-and-os-compatibility
The text was updated successfully, but these errors were encountered: