当前位置:网站首页>window11 conda安装pytorch过程中遇到的一些问题
window11 conda安装pytorch过程中遇到的一些问题
2022-07-06 09:28:00 【叻斯哩_LeslieWu】
项目场景:
今天抽空重装了一遍anaconda,换上了miniconda(anaconda太大了,很多没用的包占用位置,并且pycharm经常会索引pkg的文件)。
问题描述1
重装conda后,然后配好清华源后,就想先把pytorch装好,根据pytorch官网命令,复制下载,但是发现安装torch的时候依旧速度比较慢。
conda install pytorch torchvision torchaudio cudatoolkit=11.3 -c pytorch
原因分析:
命令中结尾的 -c pytorch 需要去掉,否则该命令默认还是走pytorch的源,依旧无法使用国内源的速度。
解决方案:
删除结尾内容即可。
conda install pytorch torchvision torchaudio cudatoolkit=11.3
问题描述2
按照要求配置好后,按照命令进行下载pytorch,后来遇到了一个问题,PackagesNotFoundError: The following packages are not available from current channels:
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
PackagesNotFoundError: The following packages are not available from current channels:
- torchvision
- torchaudio
Current channels:
- https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/win-64
- https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/noarch
- https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/r/win-64
- https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/r/noarch
- https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/msys2/win-64
- https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/msys2/noarch
To search for alternate channels that may provide the conda package you're
looking for, navigate to
https://anaconda.org
and use the search bar at the top of the page.
原因分析:
pytorh某些依赖包在当前频道中不可用。
解决方案:
在.condarc的文件做修改,把pytorch优先级抬上去
channels:
- http://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/pytorch/win-64/# 把pytorch抬上去哈哈
- defaults
show_channel_urls: true
default_channels:
- https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main
- https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/r
- https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/msys2
custom_channels:
conda-forge: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud
msys2: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud
bioconda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud
menpo: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud
pytorch: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud
pytorch-lts: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud
simpleitk: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud
遇到貌似安装停止的时候千万不要ctrl+c中断
在安装到pytorch这个包的时候,再安装到99的时候,看起来好像停止了失败了,其实不是的,下载了包之后,压缩包得解压,然后还得传到对应的env里面,所以需要的时间较多,之前有两次我都看起来它好像失败了,然后中断,导致conda还遗留了缓存,需要conda clean --all清理一下重新下载,浪费了不少时间。
边栏推荐
- “鬼鬼祟祟的”新小行星将在本周安全掠过地球:如何观看
- MySQL grants the user the operation permission of the specified content
- [exercise 4-1] cake distribution
- 信息安全-史诗级漏洞Log4j的漏洞机理和防范措施
- Opencv learning log 13 corrosion, expansion, opening and closing operations
- 【练习-6】(Uva 725)Division(除法)== 暴力
- If you want to apply for a programmer, your resume should be written like this [essence summary]
- 【高老师软件需求分析】20级云班课习题答案合集
- Opencv learning log 30 -- histogram equalization
- 信息安全-威胁检测-flink广播流BroadcastState双流合并应用在过滤安全日志
猜你喜欢

Luogu P1102 A-B number pair (dichotomy, map, double pointer)

【练习-5】(Uva 839)Not so Mobile(天平)

信息安全-安全编排自动化与响应 (SOAR) 技术解析

“鬼鬼祟祟的”新小行星将在本周安全掠过地球:如何观看

Information security - threat detection - detailed design of NAT log access threat detection platform

605. Planting flowers

Analysis of protobuf format of real-time barrage and historical barrage at station B

1855. Maximum distance of subscript alignment

树莓派4B安装opencv3.4.0

Information security - Epic vulnerability log4j vulnerability mechanism and preventive measures
随机推荐
【练习-7】Crossword Answers
E. Breaking the Wall
Penetration test (8) -- official document of burp Suite Pro
渗透测试 ( 5 ) --- 扫描之王 nmap、渗透测试工具实战技巧合集
Shell脚本编程
Opencv learning log 31 -- background difference
Opencv learning log 29 -- gamma correction
Opencv learning log 15 count the number of solder joints and output
【练习-6】(PTA)分而治之
Determine the Photo Position
What is the difficulty of programming?
Opencv learning log 28 -- detect the red cup cover
Find 3-friendly Integers
Essai de pénétration (1) - - outils nécessaires, navigation
Opencv learning log 13 corrosion, expansion, opening and closing operations
[exercise-4] (UVA 11988) broken keyboard = = (linked list)
想应聘程序员,您的简历就该这样写【精华总结】
C language learning notes
Quick to typescript Guide
605. Planting flowers