今天也菜的很有水平:)
最近 在做NE的学习,做代码复现的时候看到了清华大学的OpenNe项目,然后调环境,这里给出我配成功的搭配。
numpy==1.14.0
networkx==2.0
scipy==1.0.0
tensorflow==1.5.0
gensim==3.1.0
scikit-learn==0.19.0
1.遇到的问题attributeError: module 'tensorflow.python.ops.nn' has no attribute 'leaky_relu'
可以通过把tensorflow1.3升级到1.5.0解决
2. 遇到问题from future import annotations
^
SyntaxError: future feature annotations is not defined
可以通过降低smart_open版本解决,我随便试了一个smart_open1.10.0成功不报错了,运气还蛮好的