Skip to content
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

virtualenv is not able to detect free-threading python3.13t #2776

Open
Tracked by #229
ssbarnea opened this issue Oct 4, 2024 · 0 comments
Open
Tracked by #229

virtualenv is not able to detect free-threading python3.13t #2776

ssbarnea opened this issue Oct 4, 2024 · 0 comments

Comments

@ssbarnea
Copy link
Contributor

ssbarnea commented Oct 4, 2024

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:

$ 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants