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.

the problem about " torch-scatter"

See original GitHub issue

❓ Questions & Help

When I want to install " torch-scatter" after I looked through the Docs, some problem occured and I got stuck in it! I need your help! Thanks a lot! ERROR: Command errored out with exit status 1: 'f:\anaconda\envs\torch36\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Wjk\\AppData\\Local\\Temp\\pip-install-y28zgvkm\\torch-scatter\\setup.py'"'"'; __file__='"'"'C:\\Users\\Wjk\\AppData\\Local\\Temp\\pip-install-y28zgvkm\\torch-scatter\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record 'C:\Users\Wjk\AppData\Local\Temp\pip-record-ixujguky\install-record.txt' --single-version-externally-managed --compile Check the logs for full command output.

Environment:

OS: Windows10 python version: 3.6.2 Pytorch version: 1.1.0 CUDA version: 9.0 GCC version: 4.8.1

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:13 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
junkangwucommented, Sep 6, 2019

How to change the version of my MSVC? I’m a greenhand.May you give some suggestions in detail?

0reactions
ElvisRaincommented, Nov 7, 2019

ohoh!!! I found I have install the torch_scatter successfully! Thank you so much!!! I had the same problem. How did you tackle the problem? please give me some suggestions!

Read more comments on GitHub >

github_iconTop Results From Across the Web

torch-scatter Error! · Issue #205 · rusty1s/pytorch_scatter · GitHub
I'd previously been having problems when calling import torch_scatter with a AttributeError: 'NoneType' object has no attribute 'origin' for 1.8 ...
Read more >
torch-scatter - Python Package Health Analysis - Snyk
The python package torch-scatter was scanned for known vulnerabilities and missing license, and no issues were found. Thus the package was deemed as...
Read more >
Failed to Build Torch-Scatter in Pytorch Geometry
Try checking python version it should be less then 3.9 as wheel for torch-scatter for python 3.9 is not released yet.
Read more >
Installation — pytorch_geometric documentation
pip install pyg-lib torch-scatter torch-sparse -f ... In rare cases, CUDA or Python path problems can prevent a successful installation. pip may even...
Read more >
cannot successfully install "torch-scatter" - PyTorch Forums
When I run the command line : pip3 install torch_scatter, an error always occurs, just like below. I tried to solve the problem,...
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