We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Issue
The free-threading python 3.13 has a new executable python3.13t and virtualenv is unable to detect it.
python3.13t
Environment
Any
Output of the virtual environment creation
Make sure to run the creation with -vvv --with-traceback:
-vvv --with-traceback
$ virtualenv -p 3.13t RuntimeError: failed to find interpreter for Builtin discover of python_spec='3.13t' FAIL: 1 $ virtualenv -p 3.13 usage: virtualenv [--version] [--with-traceback] [-v | -q] [--read-only-app-data] [--app-data APP_DATA] [--reset-app-data] [--upgrade-embed-wheels] [--discovery {builtin}] [-p py] [--try-first-with py_exe] [--creator {builtin,cpython3-posix,venv}] [--seeder {app-data,pip}] [--no-seed] [--activators comma_sep_list] [--clear] [--no-vcs-ignore] [--system-site-packages] [--symlinks | --copies] [--no-download | --download] [--extra-search-dir d [d ...]] [--pip version] [--setuptools version] [--wheel version] [--no-pip] [--no-setuptools] [--no-wheel] [--no-periodic-update] [--symlink-app-data] [--prompt prompt] [-h] dest virtualenv: error: the following arguments are required: dest SystemExit: 2 FAIL: 2
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Issue
The free-threading python 3.13 has a new executable
python3.13t
and virtualenv is unable to detect it.Environment
Any
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: