在Ubuntu18.04上使用Anaconda(python3.7)环境中安装tensorflow1.13.1

由于清华镜像源迟迟没有更新tensorflow1.13.1导致python3.7不能使用tensorflow

这里有一个解决方法

管理员模式打开(一定要管理员模式 不然会导致权限不足)

在Ubuntu18.04上使用Anaconda(python3.7)环境中安装tensorflow1.13.1

输入

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

卸载目前的numpy(版本需要更新)

conda remove numpy

然后重新安装

pip install numpy -i  https://pypi.doubanio.com/simple/

然后输入

conda list

在Ubuntu18.04上使用Anaconda(python3.7)环境中安装tensorflow1.13.1

上一篇:LeetCode112.路径总和


下一篇:Ubuntu 16.04.4 LTS环境中php7.0使用mysqli失败,数据库无法访问