LandaChina

Results 2 issues of LandaChina

**Describe the bug** 安装成功dgl和autogl后,import验证时报错,pytorch-sparse安装后python.exe无法找到入口,卸载pytorch-sparse又会提示不存在模块,问题在torch_sparse循环。 **To Reproduce** 1. import autogl 2. 先出现torch_sparse找不到问题,安装wheel 3. 成功后,import autogl 4. 再次错误:OSError: [WinError 127] 找不到指定的程序。 >>> import autogl Traceback (most recent call last): File "", line...

bug

when import the following class, give the error "******** cannot be resolved". ------ import treeEditDistance.node.PredicateCostModel; import treeEditDistance.node.APTED; import analyze.ClassAttr; import analyze.MethodAttr;