-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Trying to install torch fails #1884
Comments
Hi! Can you make sure this isn't a duplicate of one of the existing issues for torch? https://github.com/astral-sh/uv/issues?q=is%3Aissue+is%3Aopen+torch |
I searched for different keywords for the error that this is getting and it doesn't appear in any of the other issues :) |
It looks like you might have meant to use |
I copied the install command from the pytorch website with
Does that help narrow it down? I created the environment with |
Interesting, I presumed we'd use your local builds for these if they were around but it doesn't look like we do. This is basically a limitation of specifying index urls, you've requested I'm surprised this would work on |
Interesting. I just tried with
I get
which seems like it doesn't like that I'm trying to install a package I uninstalled? (I wanted to try pre-installing |
Manually installing the correct version of lit first in a fresh environment results in the same error.
|
Is there any way to install PyTorch with CUDA 11.8 using uv? This is one of my main use cases. |
We now support We also changed the order |
I think everything here has been resolved, but let me know if you have any outstanding questions and happy to walk through them. |
Thanks for the great project! First time using uv, trying out my typical first install in a fresh conda environment. The same command nominally works with pip.
Command run:
Error message:
Platform: Linux
uv version: 0.1.8
The text was updated successfully, but these errors were encountered: