进入下载的目录,然后使用以下命令进行安装。请注意,安装顺序要按照这个来: pip install torch-scatter pip install torch-sparse pip install torch-cluster pip install torch-spline-conv pip install torch-geometric 如果您在执行上述步骤后仍然遇到问题,您可以尝试使用以下命令来强制安装: pip install --force-reinst...
我的python=3.9.2,按照官方文档和论坛找的资料安装了pytorch开发环境,安装的pytorch=1.11.0,torch_npu=1.11.0,torch_geometric=2.3.1,但是运行代码会报错:AttributeError: module 'torch' has no attribute 'sparse_csc',网上找的资料说应该是torch、torch_geometric和torch_cluster、torch_scatter、torch_sparse、tor...
错误详情: Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple Collecting mysqlclient ...