Win10 Anaconda安装pytorch和torch-geometric踩坑记录
安装pytorch没有遇到什么问题,新建一个conda环境后从pytorch官网获取命令conda安装即可
安装torch-geometric需要提前安装好几个包
- isodate
- rdflib
- plyfile
- pytest-runner
然后在 https://pytorch-geometric.com/whl/ 上下载对应版本的
- torch_cluster
- torch_scatter
- torch_sparse
- torch_spline
最后 pip install torch-geometric 即可
参考: https://blog.csdn.net/zuolixiangfisher/article/details/90598939
2021-04-29 13:34:04