-
-
Notifications
You must be signed in to change notification settings - Fork 467
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
rye fails to find existing version of package #1282
Comments
Is the issue still there on your machine? |
Trying to think of how this could be possible -- works as expected for me:
Can you include the output of running with |
Here's the output when I add --verbose to each command:
Not sure what an alternate index is. Here's my rye config in case it has anything weird: [behavior]
use-uv = true
global-python = true
[default]
toolchain = "cpython@3.12"
[[sources]]
name = "pytorch"
url = "https://download.pytorch.org/whl/cu121" |
It looks like you're using the PyTorch index, but that version of request doesn't exist on that index: https://download.pytorch.org/whl/requests/. You can use |
Is it possible to keep the pytorch index, but have |
You can set the
|
Steps to Reproduce
Expected Result
It adds requests version 2.32.3. The version is available here: https://pypi.org/project/requests/2.32.3/
Actual Result
Version Info
rye 0.37.0
commit: 0.37.0 (09b67c4 2024-07-20)
platform: windows (x86_64)
self-python: cpython@3.12.3
symlink support: true
uv enabled: true
Stacktrace
No response
The text was updated successfully, but these errors were encountered: