当前位置:网站首页>repo. conda. An example of COM path error
repo. conda. An example of COM path error
2022-07-05 07:28:00 【work-harder】
Use anaconda When installing the module , Error message found . Because the duration changes .condarc Site in , I don't remember what the problem is .
Reference information is also available online , According to the original ( I'm wrong here ) Of .condarc Set up , But not here . See below for changes .
The phenomenon :
1. conda create --name python35 python=3.5 Tips repo.conda.com Wrong path
2. .condarc The contents are as follows :
channels:
- http://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/
- http://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
- http://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/
- http://repo.anaconda.com/
show_channel_urls: true
always_yes: true
3. Put the above http Change it to https, Not good either.
4. On the last line , increase ssl_verify: true Not good either.
The result of the attempt :
1. hold repo.anaconda.com Or with conda The relevant website is changed to -default
2. .condarc Change to :( Others not attempted )
channels:
- http://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/
- http://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
- http://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/
- default
show_channel_urls: true
always_yes: true
边栏推荐
- And play the little chestnut of dynamic agent
- DelayQueue延迟队列的使用和场景
- 611. 有效三角形的个数
- 第 2 章:小试牛刀,实现一个简单的Bean容器
- M2DGR 多源多场景 地面机器人SLAM数据集
- SD_ CMD_ RECEIVE_ SHIFT_ REGISTER
- Concurrent programming - deadlock troubleshooting and handling
- D2L installation
- golang定时器使用踩的坑:定时器每天执行一次
- Now there are HTML files and MVC made with vs (connected to the database). How can they be connected?
猜你喜欢
Negative number storage and type conversion in programs
Idea to view the source code of jar package and some shortcut keys (necessary for reading the source code)
Steps and FAQs of connecting windows Navicat to Alibaba cloud server MySQL
Rough notes of C language (2) -- constants
DataGrid offline installation of database driver
IPage can display data normally, but total is always equal to 0
Basic series of SHEL script (III) for while loop
M2dgr slam data set of multi-source and multi scene ground robot
[untitled]
window navicat连接阿里云服务器mysql步骤及常见问题
随机推荐
氫氧化鈉是什麼?
2022.06.27_每日一题
And play the little chestnut of dynamic agent
C#学习笔记
【Node】nvm 版本管理工具
【无标题】
【Node】npm、yarn、pnpm 区别
Idea shortcut key
Shadowless cloud desktop - online computer
SOC_ SD_ DATA_ FSM
CADD课程学习(6)-- 获得已有的虚拟化合物库(Drugbank、ZINC)
An article was opened to test the real situation of outsourcing companies
Explanation of parallel search set theory and code implementation
CADD课程学习(5)-- 构建靶点已知的化合结构(ChemDraw)
Word import literature -mendeley
Steps and FAQs of connecting windows Navicat to Alibaba cloud server MySQL
[vscode] prohibit the pylance plug-in from automatically adding import
How to modify the file path of Jupiter notebook under miniconda
Database SQL practice 3. Find the current salary details of the current leaders of each department and their corresponding department number Dept_ no
Install deeptools in CONDA mode