当前位置:网站首页>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
边栏推荐
- 【无标题】
- 公安专业知识--哔哩桐老师
- Install deeptools in CONDA mode
- CADD课程学习(6)-- 获得已有的虚拟化合物库(Drugbank、ZINC)
- What if the DataGrid cannot see the table after connecting to the database
- Application of MATLAB in Linear Algebra (4): similar matrix and quadratic form
- list. files: List the Files in a Directory/Folder
- The mutual realization of C L stack and queue in I
- DelayQueue延迟队列的使用和场景
- Hdu1231 maximum continuous subsequence (divide and conquer or dynamic gauge or double pointer)
猜你喜欢

Brief description of inux camera (Mipi interface)

Idea to view the source code of jar package and some shortcut keys (necessary for reading the source code)

Pytorch has been installed in anaconda, and pycharm normally runs code, but vs code displays no module named 'torch‘

Ethtool principle introduction and troubleshooting ideas for network card packet loss (with ethtool source code download)

1290_ Implementation analysis of prvtaskistasksuspended() interface in FreeRTOS

借助 Navicat for MySQL 软件 把 不同或者相同数据库链接中的某数据库表数据 复制到 另一个数据库表中

Set theory of Discrete Mathematics (I)

Unforgettable summary of 2021

Light up the running light, rough notes for beginners (1)
![[vscode] prohibit the pylance plug-in from automatically adding import](/img/a7/d96c0c4739ff68356c15bafbbb1328.jpg)
[vscode] prohibit the pylance plug-in from automatically adding import
随机推荐
PostMessage communication
golang定时器使用踩的坑:定时器每天执行一次
When jupyter notebook is encountered, erroe appears in the name and is not output after running, but an empty line of code is added downward, and [] is empty
M2dgr slam data set of multi-source and multi scene ground robot
Miracast技术详解(一):Wi-Fi Display
Idea to view the source code of jar package and some shortcut keys (necessary for reading the source code)
arcgis_ spatialjoin
Qu'est - ce que l'hydroxyde de sodium?
ORACLE CREATE SEQUENCE,ALTER SEQUENCE,DROP SEQUENCE
I 用c l 栈与队列的相互实现
Target detection series - detailed explanation of the principle of fast r-cnn
使用go语言读取txt文件写入excel中
[solved] there is something wrong with the image
Basic knowledge of public security -- FB
[software testing] 03 -- overview of software testing
An article was opened to test the real situation of outsourcing companies
ImportError: No module named ‘Tkinter‘
UE5热更新-远端服务器自动下载和版本检测(SimpleHotUpdate)
Today, share the wonderful and beautiful theme of idea + website address
Concurrent programming - deadlock troubleshooting and handling