1.安装TensorFlow遇到的问题及解决方法
解决方法:pip install -U --ignore-installed wrapt enum34 simplejson netaddr
2.import tensorflow时出现 Failed to load the native TensorFlow runtime
解决办法:改变protobuf版本没用,更新TensorFlow也没用,需要降级
pip install tensorflow==1.4 -i https://pypi.tuna.tsinghua.edu.cn/simple/

安装TensorFlow遇到的问题及解决方法
安装TensorFlow遇到的问题及解决方法

相关文章: