pytorch_scatter
pytorch_scatter copied to clipboard
'NoneType' object has no attribute 'origin'
hello, when I used torch_scatter, I suffered from this problem below.
`Traceback (most recent call last):
File "/home/bruno/anaconda3/envs/tf/lib/python3.7/site-packages/torch_scatter/init.py", line 14, in
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/bruno/文档/RGCN/main.py", line 7, in
the packages version: torch 1.7.1 torch-geometric 1.7.0 torch-scatter 2.0.6 torch-sparse 0.6.9
Thanks!
Can you share some insights on how to installed torch-scatter? It looks like there was an installation issue. You should be able to install it
pip install torch-scatter==2.0.6 -f https://data.pyg.org/whl/torch-1.7.1+cpu.html
I just install it by pip, pip install torch_scatter==2.0.6. However, when I used your introduction, the problem still exists.
Can you first uninstall the package before re-installing? Can you show me the output log of installation?
This issue had no activity for 6 months. It will be closed in 2 weeks unless there is some new activity. Is this issue already resolved?