-
-
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
RuntimeError: No virtualenv implementation for PythonInfo #2234
Comments
The error message seems clear enough for me, the python flavour you're targeting is not supported by virtualenv. See https://virtualenv.pypa.io/en/latest/installation.html#python-and-os-compatibility |
Hi @gaborbernat, I'm actually having the same issue on macOS Monterey (12.0.1) on Apple M1.
It's seemingly the same issue for me as #1694. Is it something on my side, could be the same bug? I'm running |
We don't support M1 macOS with python2.7 - see #2233 |
Oh, thank you Gábor! :) |
Issue
I got this situation when I run the command
mkvirtualenv -p python2 env27
. Butmkvirualenv -p python3 env38
is ok.Environment
Provide at least:
OS: MacOS Big Sur 11.6
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
:The text was updated successfully, but these errors were encountered: