当前位置:网站首页>如果conda找不到想要安装的库怎么办PackagesNotFoundError: The following packages are not available from current
如果conda找不到想要安装的库怎么办PackagesNotFoundError: The following packages are not available from current
2022-04-23 15:21:00 【草帽-路飞】
即便在conda上用上了清华源之类的,但也会经常发现自己想要安装的库不在清华源内,报错:
PackagesNotFoundError: The following packages are not available from current channels:
例如我们想安装pytorch3d,这时候可以使用清华源里的专门应对第三方库的网址,在conda的~/.condarc中添加:
pytorch3d: http://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud
然后用conda install -c pytorch3d pytorch3d就可以了,其他第三方库同理,可以自己去http://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud网址寻找有没有,有的话就可以这么修改安装。
版权声明
本文为[草帽-路飞]所创,转载请带上原文链接,感谢
https://bqleng.blog.csdn.net/article/details/120791965
边栏推荐
- SSH connects to the remote host through the springboard machine
- 如何设计一个良好的API接口?
- setcontext getcontext makecontext swapcontext
- Lotus DB design and Implementation - 1 Basic Concepts
- like和regexp差别
- Detailed explanation of MySQL connection query
- Baidu written test 2022.4.12 + programming topic: simple integer problem
- What is the role of the full connection layer?
- 我的树莓派 Raspberry Pi Zero 2W 折腾笔记,记录一些遇到的问题和解决办法
- UML learning_ Day2
猜你喜欢
TLS / SSL protocol details (28) differences between TLS 1.0, TLS 1.1 and TLS 1.2
Five data types of redis
Detailed explanation of C language knowledge points -- data types and variables [1] - carry counting system
Kubernetes详解(九)——资源配置清单创建Pod实战
asp. Net method of sending mail using mailmessage
Leetcode exercise - 396 Rotation function
大文件如何快速上传?
8.2 text preprocessing
Leetcode167 - sum of two numbers II - double pointer - bisection - array - Search
Detailed explanation of C language knowledge points -- first understanding of C language [1] - vs2022 debugging skills and code practice [1]
随机推荐
The difference between having and where in SQL
The life cycle of key value in redis module programming
机器学习——逻辑回归
Openfaas practice 4: template operation
Detailed explanation of C language knowledge points - data types and variables [2] - integer variables and constants [1]
JS -- realize click Copy function
How to write the keywords in the cover and title? As we media, why is there no video playback
Error: unable to find remote key "17f718f726"“
How to design a good API interface?
函数(第一部分)
Detailed explanation of kubernetes (IX) -- actual combat of creating pod with resource allocation list
How does eolink help telecommuting
Educational Codeforces Round 127 A-E题解
Differential privacy (background)
Kubernetes详解(九)——资源配置清单创建Pod实战
网站某个按钮样式爬取片段
填充每个节点的下一个右侧节点指针 II [经典层次遍历 | 视为链表 ]
Llvm - generate if else and pH
Sword finger offer (2) -- for Huawei
Basic operation of circular queue (Experiment)