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

Unable to download Python 3.11.2 on Windows #9394

Closed
sk-ys opened this issue Nov 24, 2024 · 4 comments
Closed

Unable to download Python 3.11.2 on Windows #9394

sk-ys opened this issue Nov 24, 2024 · 4 comments
Labels
question Asking for clarification or support upstream An upstream dependency is involved

Comments

@sk-ys
Copy link

sk-ys commented Nov 24, 2024

  • The command you invoked:
    > uv python install 3.11.2 --verbose
    DEBUG uv 0.5.4 (c62c83c37 2024-11-20)
    error: No download found for request: cpython-3.11.2-windows-x86_64-none
    
  • The current uv platform: Windows 11 24H2 26100.2454
  • The current uv version: 0.5.4 (c62c83c 2024-11-20)
@FishAlchemist
Copy link
Contributor

FishAlchemist commented Nov 24, 2024

uv 0.5.4 (c62c83c 2024-11-20)
No 3.11.0 and 3.11.2

cpython-3.11.10-windows-x86_64-none
cpython-3.11.9-windows-x86_64-none 
cpython-3.11.9-windows-x86_64-none 
cpython-3.11.8-windows-x86_64-none 
cpython-3.11.7-windows-x86_64-none 
cpython-3.11.6-windows-x86_64-none 
cpython-3.11.5-windows-x86_64-none 
cpython-3.11.4-windows-x86_64-none 
cpython-3.11.3-windows-x86_64-none 
cpython-3.11.1-windows-x86_64-none 

image

However, this seems to be an upstream issue, so I think it would be more appropriate to open an issue directly there.
https://github.com/indygreg/python-build-standalone/
It's also possible that uv just neglected to add them in the uv.

@charliermarsh charliermarsh added the upstream An upstream dependency is involved label Nov 24, 2024
@charliermarsh
Copy link
Member

I think 3.11.2 was skipped in python-build-standalone: https://github.com/indygreg/python-build-standalone/releases/20230507. Is there a reason you need that specific patch...?

@charliermarsh charliermarsh added the question Asking for clarification or support label Nov 24, 2024
@sk-ys
Copy link
Author

sk-ys commented Nov 24, 2024

@charliermarsh
Thank you for replying.
My Raspberry Pi 5 uses Python 3.11.2, so I'm trying to develop the related components on my laptop.

@charliermarsh
Copy link
Member

I think we're unlikely to re-add these, since patch releases are generally meant to be upgradeable without issue. So you should be able to use, e.g., 3.11.3 interchangeably.

@charliermarsh charliermarsh closed this as not planned Won't fix, can't repro, duplicate, stale Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Asking for clarification or support upstream An upstream dependency is involved
Projects
None yet
Development

No branches or pull requests

3 participants