-
Notifications
You must be signed in to change notification settings - Fork 27
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
poetry installation "Unable to find installation candidates for nvidia-cudnn-cu11" #73
Comments
+1 |
Thanks for reporting. I am not very familiar with poetry, but it looks like this is due to the dependency on torch, which we can't remove. Here is a relevant thread: Scanning that thread, it appears that a fix for torch has been merged, but perhaps it has not yet made it to pypi. |
I believe the torch 1.13.1 version that should have the fix has indeed been posted to PyPI: https://pypi.org/project/torch/ |
I will admit that I'm pretty ignorant when it comes to building distributions for multiple platforms ... it looks like your
Following that url, there does seem to be torch 1.13.1 versions up there. Do you need to do something special to coax pymde to use the latest torch? |
The
|
Ha! I didn't realize that the latest version of torch had just been posted to PyPI yesterday. I ran the @ErrorUnknown88 , do you want to try again and see if it is indeed fixed for you, too? |
When installing the package using peotry on a device that does not have cuda installed I get the error:
Unable to find installation candidates for nvidia-cudnn-cu11
since the package works on CPU as well is it possible to fix this install issue so that i don't have to have a gpu enabled device to install the package.
The text was updated successfully, but these errors were encountered: