LandaChina
LandaChina
Additional Info: Next, conda uninstall pytorch-scatter, successfully, the error 'OSError:[WinError 127]' happened again. Maybe the wrong is from the torch-sparse wheel installed. The torch_sparse is found from https://[pytorch-geometric.com/whl/torch-2.0.1%2Bcpu.html](https://pytorch-geometric.com/whl/torch-2.0.1%2Bcpu.html).
> 谢谢您对AutoGL的关注。pytorch-sparse 的依赖应该是ogb数据集所需要的。您可以试一试能不能直接import ogb库。如果不能的话,请在ogb库的讨论区寻找相关解答。如果可以的话,请再回复给我们。 成功import ogb! (autogl) C:\Users\llzhang>python Python 3.8.17 (default, Jul 5 2023, 20:44:21) [MSC v.1916 64 bit (AMD64)] :: Anaconda, Inc. on win32 Type "help", "copyright", "credits" or...
pytorch_sparse 是pytorch的1.6后版本使用,torch-sparse是1.6之前的版本,同时pytorch_sparse没有Windows版本,conda install找不到,从而得出的结论是autogl对操作系统有要求。