conda channel的镜像设置(参考https://blog.csdn.net/weixin_39278265/article/details/84782550) 显示所有channel conda config --show channels 二、添加可用的清华源 conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/conda config --add channels https://mirrors.tuna.tsing...
5. source ~/.bashrc【更新一下用户配置文件】,通过conda info --e检查是否安装好了 换清华源 win/linux下: 建议直接参考官网命令:,设置清华源镜像 按提示更改 ~/.condarc。再运行索引缓存 conda clean -i 查看镜像中是否有要安装的pytorch版本 或者直接参考下面的(个人觉得不好用,总是抽风(╬▔皿▔)凸) ht...
修改清华源:conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/ 转:https://blog.csdn.net/Marinalv/article/details/122576490 1,默认安装路径:C:\ProgramData\Anaconda3 2,查看安装了哪些包 :conda list 3,查看当前存在那些环境,查看虚拟环境地址:condaenv list 4,创建虚拟...
1. 添加清华源,然后使用conda进行安装。(注:0.3.1 及以后) ### for those who don't use tsinghua mirror beforecondaconfig--addchannelshttps://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/condaconfig--addchannelshttps://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/condaconfig--setshow_chann...
参考blog.csdn.net/weixin_44 (2)通过清华源安装pytorch1.4.0,可以通过conda search pytorch=1.4.0搜索到,但是无法通过conda install pytorch=1.4.0安装 windows10、anaconda3-5.2.0环境下, 先到清华源Index of /anaconda/pkgs/main/上把pytorch-1.4.0-cpu_py37ha775e86_0.tar.bz2 安装包下载到本地,再使用...
两者区别见blog.csdn.net/qq_186681 2.配置 configure:此处为添加清华源 conda config --add channels mirrors.tuna.tsinghua.edu.cn conda config --add channels mirrors.tuna.tsinghua.edu.cn conda config --add channels mirrors.tuna.tsinghua.edu.cn conda config --set show_channel_urls yes 此时一...
参考:已解决:用anaconda安装最新的TensorFlow版本_Mr番茄蛋的博客-CSDN博客 打开anaconda-prompt 查看tensorflow各个版本:(查看会发现有一大堆TensorFlow源,但是不能随便选,选择可以用查找命令定位) anaconda search -t conda tensorflow 找到自己安装环境对应的最新TensorFlow后(可以在终端搜索anaconda,定位到那一行),然后查看...
清华:https://pypi.tuna.tsinghua.edu.cn/simple 阿里云:http://mirrors.aliyun.com/pypi/simple/ 中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/ 华中理工大学:http://pypi.hustunique.com/ 山东理工大学:http://pypi.sdutlinux.org/
1. 2. 3. 4.添加清华的镜像源: conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/ 1. 二、conda常见使用命令 1.创建一个新的虚拟环境 conda create --name py3.7_paddle1.8 python=3.7 1. 2.查看 conda 版本,验证是否安装 ...
然后在清华源不好用的时候,可以用上交、北外、南大的源,这个是个黑技能。巨靠谱。下面是每个源的链接...