美文网首页
安装pytorch_scatter报错

安装pytorch_scatter报错

作者: 阿珂刺秦王2018 | 来源:发表于2020-04-06 11:23 被阅读0次

直接输入 pip install torch-scatter 会安装2.0.4版本

但是会安装失败

改为安装1.1.2版本就能成功 

pip install torch-scatter==1.1.2

原答案连接

https://github.com/rusty1s/pytorch_geometric/issues/226#issuecomment-496801558

相关文章

网友评论

      本文标题:安装pytorch_scatter报错

      本文链接:https://www.haomeiwen.com/subject/khvvphtx.html