question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Is is available for PyTorch 1.3 now?

See original GitHub issue

📚 Installation

I have trouble when I install: $ pip install --verbose --no-cache-dir torch-scatter $ pip install --verbose --no-cache-dir torch-sparse $ pip install --verbose --no-cache-dir torch-cluster $ pip install --verbose --no-cache-dir torch-spline-conv (optional) it shows “failed building wheel for xxx(torch-scatter/torch-sparse/torch-cluster/torch-spline-conv)”,but $ pip install torch-geometric is OK. it adviced me to install a VC ++ 14.0,which I did later and then it didnot show the advice when install.BUT,the “failed building wheel for xxx” is still there.

Environment

win10 x64 python 3.7 PyToch 1.3 cuda 10.1 cudnn 7.0 I use pip to install. And when I install these components in my another PC which is: win10 x64 python 3.6 PyToch 1.2 cuda 10.1 cudnn 7.0. AND all things are FINE,PyG works well.

Checklist

  • I followed the installation guide.
  • I cannot find my error message in the FAQ.
  • I set up CUDA correctly and can compile CUDA code via nvcc.
  • I have cloned the repository and tried a manual installation from source.
  • I do have multiple CUDA versions on my machine.
  • I checked if the official extension example runs on my machine.
  • The offical extension example runs on my machine.

Additional context

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6

github_iconTop GitHub Comments

1reaction
cy69855522commented, Oct 19, 2019

I am using torch1.3 and geometric, everything goes well.

0reactions
Pauler99commented, Nov 1, 2019

I solved the problem, it seem like i did not install the vs correctly. Then i install vs 2017 with the common c++ build tools and the win10 sdk, and set the path. and it finally work.

hi,can you help me online or give detailed steps?my qq is 549356893

Read more comments on GitHub >

github_iconTop Results From Across the Web

PyTorch 1.3 adds mobile, privacy, quantization, and named ...
The 1.3 release of PyTorch brings significant new features, including experimental support for mobile device deployment, eager mode quantization ...
Read more >
CUDA unavailable when pytorch 1.3.0. installed with ... - GitHub
I'm unable to do that, right now. I downgraded to use cuda 10. Closing the issue.
Read more >
How do I install Pytorch 1.3.1 with CUDA enabled
The first one that seemed to work was Pytorch 1.3. 1. My question: How do I install Pytorch with CUDA enabled, but ensure...
Read more >
PyTorch 1.3 adds mobile, privacy, quantization, and ... - Meta AI
It is also a foundational element for privacy-preserving techniques such as federated learning. To enable more efficient on-device ML, PyTorch 1.3 now supports ......
Read more >
Problems with torch 1.3.0 and cuda on GCP - fastai dev
I edited the environment.yml to specify pytorch==1.2.0 and now cuda is available (yay!). Partly I'm posting this in case others run into the ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found