安装pytorch_scatter报错

2020-04-06  本文已影响0人  阿珂刺秦王2018

直接输入 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

上一篇 下一篇

猜你喜欢

热点阅读