-
Notifications
You must be signed in to change notification settings - Fork 732
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
uv python install 3.13t
issues on Windows and Linux
#8194
Comments
Thanks for the report! I'll look into this. |
In case this is helpful, for the free threaded Windows build:
|
Oh, I see now you already have a PR in progress: indygreg/python-build-standalone#368. |
Yep! Sorry about that. I should have the fix out soon — just takes a while to build all the distributions over there. |
@zanieb -- Is this one closed out given your recent merge? |
based on Python 3.13.0 docs
|
Nice work! This is my favorite way to install Python. I ran into two issues:
On Windows,
uv python install 3.13t
doesn't seem to install a free-threaded build.On Linux,
uv python install 3.13t
installs a debug build:Whereas
3.13
(GIL) is an optimized build, like I'd expect:The text was updated successfully, but these errors were encountered: