Anaconda 下载
最新版本下载链接:https://www.anaconda.com/products/distribution
旧版本的下载链接:https://repo.anaconda.com/archive/
安装步骤比较简单 基本上是下一步
- 这里个人开发学习,建议 just me
- 另一个步骤 :path 建议,大家都进行勾选。
3.验证环境
按键 Ctrl+R 打开cmd
conda list
国内镜像配置
镜像资源:
清华:https://pypi.tuna.tsinghua.edu.cn/simple
阿里云:http://mirrors.aliyun.com/pypi/simple/
中国科技大学: https://pypi.mirrors.ustc.edu.cn/simple/
豆瓣:http://pypi.douban.com/simple/
1.使用Admin 权限Anaconda Prompt
2.
代码指令输入:
这里的链接大家自己根据需求进行更换。
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/
conda config --set show_channel_urls yes
小编这里用的是阿里云的
3. 点击update channels 查看是否添加成功。
Tensorflow 安装问题解决:
我开始用的是阿里云的镜像
pip install tensorflow
pip install tensorflow
命令来进行下载的,但是会出现Read timed out.类似报错
我尝试选择国内其他的镜像源来安装尝试,命令如下:
pip install tensorflow -i https://pypi.douban.com/simple
执行完成后点击update index
检查,这时虽然列表没有keras,但是Tensorflow包内已经下载了Keras版本