都是亲测,绝对可靠

一.安装Anacanda (Python3.6)

清华大学镜像安装Anacanda (Python3.6)

 安装Anacanda (Python3.6)

一直Next (Just me)

https://www.cnblogs.com/wenyule/articles/9931833.html

添加环境变量

把Anaconda3与Script添加到Path里面

二,下载TensorFlow

https://pypi.org/project/tensorflow/#files

安装Anacanda (Python3.6)

下载我放在D:/Anaconda3里面

Install

安装Anacanda (Python3.6)

可能出现错误:

错误1:.distributed 1.21.8 requires msgpack, which is not installed.

错误2:google-auth 1.11.0 has requirement setuptools>=40.3.0, but you'll have setuptools 39.1.0 which is incompatible. tensorboard 2.1.0 has requirement setuptools>=41.0.0, but you'll have setuptools 3 site:blog.csdn.net

安装Anacanda (Python3.6)

错误3:

安装Anacanda (Python3.6)

错误4:Cannot uninstall 'wrapt'. It is a distutils installed project and thus we cannot

解决:

先根据提示安装包

pip install msgpack

然后升级setuptools 如图:

安装Anacanda (Python3.6)

错误3是因为系统盘空间不足,清理一下既可

pip install wrapt --ignore-installed

安装Anacanda (Python3.6)

 

至此成功安装

安装Anacanda (Python3.6)

三、安装keras

安装Anacanda (Python3.6)

conda install -c conda-forge keras

安装Anacanda (Python3.6)

为y

安装一次不行就继续安装

结束:

安装Anacanda (Python3.6)

四、Pycharm环境设置

pycharm我之前就安装过  所以直接跳到下一步

安装Anacanda (Python3.6)

安装Anacanda (Python3.6)

安装Anacanda (Python3.6)

选择Anacanda

安装Anacanda (Python3.6)

相关文章:

  • 2021-05-20
  • 2021-10-24
  • 2021-07-26
  • 2021-04-11
  • 2021-06-08
猜你喜欢
  • 2022-12-23
  • 2022-02-12
  • 2022-01-10
  • 2021-04-27
相关资源
相似解决方案