anacodna/python 安装 tensorflow

此生再无相见时 提交于 2020-05-05 22:21:49

 

study from :

https://www.cnblogs.com/HongjianChen/p/8385547.html

执行1-6

7 安装jupyter

每次使用tensorflow,都要事先activate tensorflow来启动tensorflow

 

pip install --upgrade --ignore-installed tensorflow

安装时间较长,有可能出现刚开始出现网络问题,重新再试一遍就行

 

更快一点的操作

Cache entry deserialization failed, entry ignored

用管理员权限打开anaconda prompt

(study from : https://blog.csdn.net/shanpenghui/article/details/80564268)

 

tensorflow只不支持python 3.7,所以要使用python 3.6

anaconda内含python,不需要单独安装python

 

---恢复内容结束---

 

study from :

https://www.cnblogs.com/HongjianChen/p/8385547.html

执行1-6

 

pip install --upgrade --ignore-installed tensorflow

安装时间较长,有可能出现刚开始出现网络问题,重新再试一遍就行

 

更快一点的操作

Cache entry deserialization failed, entry ignored

用管理员权限打开anaconda prompt

(study from : https://blog.csdn.net/shanpenghui/article/details/80564268)

 

tensorflow只不支持python 3.7,所以要使用python 3.6

anaconda内含python,不需要单独安装python

 

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!