📚 Installation Hi! I have the same problem as described in #2429 and already tried everything, but still couldn't manage to solve it. The error message ...
📚 Installation _When I try to import torch_geometric this error happens: AttributeError: 'NoneType' object has no attribute 'origin'_ Environment OS: Windows 10 ...
26.04.2021 · AttributeError: ‘NoneType‘ object has no attribute ‘origin‘解决办法(安装geometric报错) 跑着去干饭: 检查torch的版本,有的代码使用错误的torch版本会出现这种情况. AttributeError: ‘NoneType‘ object has no attribute ‘origin‘解决办法(安装geometric报错)
Apr 02, 2021 · AttributeError: 'NoneType' object has no attribute 'origin' It seems that the find_spec() call returns None. I am running on CUDA on Ubuntu and using torch version 1.7.1 and torch-scatter version 2.0.5
Mar 24, 2021 · AttributeError: 'NoneType' object has no ... 'NoneType' object has no attribute 'origin' ... The specified procedure could not be found when importing torch_geometric ...
02.04.2021 · AttributeError: 'NoneType' object has no attribute 'origin' It seems that the find_spec() call returns None. I am running on CUDA on Ubuntu and using torch version 1.7.1 and torch-scatter version 2.0.5 Do you know how I can resolve this error? Thanks
24.03.2021 · How did you try to install torch-scatter?In general, this suggests that the corresponding CUDA/CPU shared libraries are not properly installed.