1、python版本
- 采用64位的python
2、系统不支持高版本tensorflow(>1.6),运行报错如下:
问题描述如下:
ImportError: DLL load failed: 动态链接库(DLL)
...
See https://www.tensorflow.org/install/install_sources#common_installation_problems
for some common reasons and solutions. Include the entire stack trace
- 安装低版本tensorflow,如
注意:在执行安装命令之前,先卸载高版本tensorflow,包括关联库
pip install tensorflow==1.5