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

uv toolchain install 3.11.9 failed in uv 0.2.18 on Windows 11 23H2. #4724

Closed
FishAlchemist opened this issue Jul 2, 2024 · 1 comment · Fixed by #4727
Closed

uv toolchain install 3.11.9 failed in uv 0.2.18 on Windows 11 23H2. #4724

FishAlchemist opened this issue Jul 2, 2024 · 1 comment · Fixed by #4727
Assignees
Labels
bug Something isn't working windows Specific to the Windows platform

Comments

@FishAlchemist
Copy link

FishAlchemist commented Jul 2, 2024

Version

uv 0.2.18 (13b0beb56 2024-06-29)

Command

uv toolchain install 3.11 --verbose

Verbose Output

DEBUG uv 0.2.18
warning: `uv toolchain install` is experimental and may change without warning.
Looking for toolchain Python 3.11 (any-3.11-any-any-any)
DEBUG Using request timeout of 30s
Downloading cpython-3.11.9-windows-x86_64-none
DEBUG Downloading https://github.com/indygreg/python-build-standalone/releases/download/20240415/cpython-3.11.9%2B20240415-x86_64-pc-windows-msvc-shared-pgo-full.tar.zst to temporary location C:\Users\user_name\AppData\Roaming\uv\data\toolchains\.tmp14KKGA
DEBUG Extracting cpython-3.11.9%2B20240415-x86_64-pc-windows-msvc-shared-pgo-full.tar.zst
DEBUG Moving C:\Users\user_name\AppData\Roaming\uv\data\toolchains\.tmp14KKGA\python to AppData\Roaming\uv\data\toolchains\cpython-3.11.9-windows-x86_64-none
Installed Python 3.11.9 to AppData\Roaming\uv\data\toolchains\cpython-3.11.9-windows-x86_64-none
error: failed to create file `C:\Users\user_name\AppData\Roaming\uv\data\toolchains\cpython-3.11.9-windows-x86_64-none\install\Lib\python3.11\EXTERNALLY-MANAGED`
    Caused by: The system cannot find the path specified. (os error 3) 

If it is a known bug, should it be reported in Windows?

@charliermarsh charliermarsh added bug Something isn't working windows Specific to the Windows platform labels Jul 2, 2024
@charliermarsh charliermarsh self-assigned this Jul 2, 2024
@charliermarsh
Copy link
Member

Looks like our bug.

charliermarsh added a commit that referenced this issue Jul 2, 2024
## Summary

Windows omits this segment, IIRC.

Closes #4724.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working windows Specific to the Windows platform
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants