使用torch-spline-conv出现报错“AttributeError: 'NoneType' object has no attribute 'origin'”
安装主页的torch-scatter torch-sparse torch-cluster torch-spline-conv四个包的时候,前三个都成功安装,并且测试小example通过,但是安装torch-spline-conv,也是安装成功,测试example的时候报错,如下: `python Python 3.9.13 (main, Oct 13 2022, 21:15:33) [GCC 11.2.0] :: Anaconda, Inc. on linux Type "help", "copyright", "credits" or "license" for more information.
import torch from torch_spline_conv import spline_conv Traceback (most recent call last): File "", line 1, in File "/public/home/wangzq1992/miniconda3/envs/diffdock/lib/python3.9/site-packages/torch_spline_conv-1.2.1-py3.9-linux-x86_64.egg/torch_spline_conv/init.py", line 11, in torch.ops.load_library(importlib.machinery.PathFinder().find_spec( AttributeError: 'NoneType' object has no attribute 'origin'`