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

ResolvePackageNotFound in Windows #2

Closed
MianWang11111 opened this issue Nov 5, 2021 · 2 comments
Closed

ResolvePackageNotFound in Windows #2

MianWang11111 opened this issue Nov 5, 2021 · 2 comments

Comments

@MianWang11111
Copy link

Hello, when using Anaconda in Windows 10:
I met the following question:
Resolve Package Not Found:

  • dgl-cuda 10.2
  • torchaudio
  • pytorch-geometry
  • torchvision

I wonder whether it means I really need a computer with an NVIDIA card so that I can install cuda and cudnn, and then I can install packages above?
Great thanks.

@HannesStark
Copy link
Owner

I do not think so.
My guess is that the issue is that you do not have the channels (download sources) of pytorch and DGL added to conda.
To get the packages you listed you can follow the installation instructions here: https://pytorch.org/
and for dgl-cuda here: https://www.dgl.ai/pages/start.html (make sure to select the correct cuda version which is None if you have no GPU and the same as you have for PyTorch otherwise).

Let me know if this helps!

@MianWang11111
Copy link
Author

MianWang11111 commented Feb 21, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants