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