Anaconda|Anaconda 安装 Tensorflow 教程
问题:在学习TensorFlow时,需要下载tensorflow-gpu或cpu版, 第三方库,始终卡着下载不了
文章图片
提示如下异常信息:
An HTTP error occurred when trying to retrieve this URL.解决方案: 可以用清华大学提供的镜像
HTTP errors are often intermittent, and a simple retry will get you on your way.
1.打开 Anaconda Prompt 命令行工具
2.使用以下命令,添加清华大学的地址库
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
???????conda config --set show_channel_urls yes
3. 确认 condarc 配置文件信息是否更新
在C:\Users\用户名 目录下找到并打开 .condarc 文件加上如下内容:
channels:4. 再次尝试下载 tensorflow
- https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
- https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/
- https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/
- https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/
- defaults
show_channel_urls: true
conda create -n tensorflow python=3.8
【Anaconda|Anaconda 安装 Tensorflow 教程】
文章图片
推荐阅读
- Mac安装Chromedriver
- MongoDB,Wondows下免安装版|MongoDB,Wondows下免安装版 (简化版操作)
- MAC安装Mongo
- 【Hadoop踩雷】Mac下安装Hadoop3以及Java版本问题
- react|react 安装
- VueX--VUE核心插件
- python-安装sublime遇到异常
- typeScript入门基础介绍
- 监控nginx
- 使用homeBrew|使用homeBrew 安装Goland