alibaba / euler

A distributed graph deep learning framework.
Apache License 2.0
2.89k stars 559 forks source link

pip install euler_gl python版本冲突导致失败 #324

Closed herecforever closed 3 years ago

herecforever commented 3 years ago

euler2只支持python2 但是在使用 pip install euler_gl 会默认collect numpy-1.20.2 而 numpy-1.20.2 就需要 python3.7 以上 看起来死循环了~ 求问怎么解决

herecforever commented 3 years ago

可以预先 pip install numpy==1.13.3 解决