import tensorflow as tf报错
tensorflow吧
全部回复
仅看楼主
level 1
小和473 楼主
FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version of numpy
2019年07月29日 02点07分 1
level 1
小和473 楼主
已解决,问题在于numpy1.17.0版本过高,我换成了numpy1.13.0
2019年07月29日 02点07分 2

2019年08月01日 01点08分
怎么换numpy库吖[疑问]
2019年08月02日 06点08分
怎么换numpy库?
2019年08月02日 23点08分
@1号黑土豆 直接重新安装numpy,在ubuntu中pip install numpy == 1.16.0,安装numpy1.16.0版本
2019年08月03日 03点08分
level 3
老哥 我也出现类似问题
怎么在anaconda prompt中换库啊
2019年08月07日 06点08分 3
pip uninstall numpy卸载,之后再pip install numpy==1.13回车
2019年08月08日 13点08分
@酷唥煋宸 已解决,谢谢啊🙏
2019年08月09日 02点08分
1