当前位置:网站首页>如果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
边栏推荐
- January 1, 1990 is Monday. Define the function date_ to_ Week (year, month, day), which realizes the function of returning the day of the week after inputting the year, month and day, such as date_ to
- Hj31 word inversion
- Educational Codeforces Round 127 A-E题解
- The life cycle of key value in redis module programming
- Compiling OpenSSL
- tcp_ Diag kernel related implementation 1 call hierarchy
- C language super complete learning route (collection allows you to avoid detours)
- Wechat applet customer service access to send and receive messages
- JS -- realize click Copy function
- Practice of unified storage technology of oppo data Lake
猜你喜欢

On the day of entry, I cried (mushroom street was laid off and fought for seven months to win the offer)

分布式事务Seata介绍

8.4 realization of recurrent neural network from zero

Analysis of common storage types and FTP active and passive modes

How to design a good API interface?

Leetcode165 compare version number double pointer string

Mysql连接查询详解

The wechat applet optimizes the native request through the promise of ES6

Redis主从同步

Lotus DB design and Implementation - 1 Basic Concepts
随机推荐
ffmpeg安装遇错:nasm/yasm not found or too old. Use --disable-x86asm for a crippled build.
Five data types of redis
C language super complete learning route (collection allows you to avoid detours)
Do keyword search, duplicate keyword search, or do not match
Fill in the next right node pointer II of each node [classical hierarchy traversal | regarded as linked list]
我的 Raspberry Pi Zero 2W 折腾笔记,记录一些遇到的问题和解决办法
Lotus DB design and Implementation - 1 Basic Concepts
Llvm - generate for loop
Detailed explanation of redirection and request forwarding
js——實現點擊複制功能
22年了你还不知道文件包含漏洞?
How to write the keywords in the cover and title? As we media, why is there no video playback
Precautions for use of dispatching system
Tun model of flannel principle
Machine learning - logistic regression
Three uses of kprobe
like和regexp差别
How to use OCR in 5 minutes
Share 3 tools, edit 5 works at home and earn more than 400
Leetcode167 - sum of two numbers II - double pointer - bisection - array - Search