当前位置:网站首页>如果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
边栏推荐
- 脏读、不可重复读和幻读介绍
- For 22 years, you didn't know the file contained vulnerabilities?
- On the day of entry, I cried (mushroom street was laid off and fought for seven months to win the offer)
- T2 icloud calendar cannot be synchronized
- TLS / SSL protocol details (30) RSA, DHE, ecdhe and ecdh processes and differences in SSL
- UML学习_day2
- Little red book timestamp2 (2022 / 04 / 22)
- js——實現點擊複制功能
- 8.5 concise implementation of cyclic neural network
- Sword finger offer (2) -- for Huawei
猜你喜欢
nuxt项目:全局获取process.env信息
Redis主从同步
How to design a good API interface?
免费在upic中设置OneDrive或Google Drive作为图床
How to use OCR in 5 minutes
Detailed explanation of MySQL connection query
What is the effect of Zhongfu Jinshi wealth class 29800? Walk with professional investors to make investment easier
How to design a good API interface?
Machine learning - logistic regression
LeetCode149-直线上最多的点数-数学-哈希表
随机推荐
Have you learned the basic operation of circular queue?
让阿里P8都为之着迷的分布式核心原理解析到底讲了啥?看完我惊了
8.3 language model and data set
C language super complete learning route (collection allows you to avoid detours)
UML learning_ Day2
Precautions for use of dispatching system
adobe illustrator 菜单中英文对照
8.5 concise implementation of cyclic neural network
Redis主从同步
Leetcode exercise - 396 Rotation function
MySQL Basics
Ffmpeg installation error: NASM / yasm not found or too old Use --disable-x86asm for a clipped build
kubernetes之常用Pod控制器的使用
How to write the keywords in the cover and title? As we media, why is there no video playback
MySQL installation process (steps for successful installation)
Detailed explanation of C language knowledge points -- first understanding of C language [1] - vs2022 debugging skills and code practice [1]
MySQL InnoDB transaction
Collation of errors encountered in the use of redis shake
Leetcode149 - maximum number of points on a line - Math - hash table
Leetcode167 - sum of two numbers II - double pointer - bisection - array - Search