tensorflow 安装报错

1.https://blog.csdn.net/qq_37541097/article/details/103924296

安装 Visual C++

2.看适配

https://github.com/fo40225/tensorflow-windows-wheel

安装1.8.0

pip install tensorflow==1.8.0 -i https://pypi.doubanio.com/simple

卸载新版本

pip install tensorboard==1.8.0

使用TensorFlow时报错FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version of numpy.......

报错原因:numpy1-17-0版本过高,使用numpy-1.16-0版本即可


-----------tensorboard报错找不到--------------tensorboard.exe也没有

卸载了重装1.13.2版的tensorflow,可以运行tensorboard了,但仍报错。

解决方法:更改manager.py (路径为:XXX\site-packages\tensorboard\manager.py)


将红色的注释掉改为紫色的


网址改为:http://localhost:6006/

你可能感兴趣的:(tensorflow 安装报错)