当前位置:网站首页>Some problems encountered in installing pytorch in windows11 CONDA
Some problems encountered in installing pytorch in windows11 CONDA
2022-07-06 16:10:00 【Rath mile_ LeslieWu】
Catalog
Project scenario :
I did it again today anaconda, Put on miniconda(anaconda It's too big , Many useless bags occupy space , also pycharm Often index pkg The file of ).
Problem description 1
reinstall conda after , Then match Tsinghua source , Just want to put pytorch packed , according to pytorch Official website order , Copy and download , However, installation was not found torch The speed is still relatively slow .
conda install pytorch torchvision torchaudio cudatoolkit=11.3 -c pytorch
Cause analysis :
At the end of the command -c pytorch Need to get rid of it. , Otherwise, the command defaults to go pytorch Source , Still unable to use the speed of domestic sources .
Solution :
Just delete the ending .
conda install pytorch torchvision torchaudio cudatoolkit=11.3
Problem description 2
After configuration as required , Follow the command to download pytorch, Later, I encountered a problem ,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.
Cause analysis :
pytorh Some dependent packages are not available in the current channel .
Solution :
stay .condarc Modify the file , hold pytorch Raise the priority
channels:
- http://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/pytorch/win-64/# hold pytorch Lift it up haha
- 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
Don't ctrl+c interrupt
In the installation to pytorch When this bag , And then install it to 99 When , It seems to have stopped and failed , It's not , After downloading the package , The compressed package must be decompressed , Then it has to be transmitted to the corresponding env Inside , So it takes more time , I looked as if it had failed twice before , Then interrupt , Lead to conda There is also a cache left , need conda clean --all Clean up and download again , Wasted a lot of time .
边栏推荐
- 807. Maintain the urban skyline
- 【练习-3】(Uva 442)Matrix Chain Multiplication(矩阵链乘)
- Pyside6 signal, slot
- Analysis of protobuf format of real-time barrage and historical barrage at station B
- 对iptables进行常规操作
- 信息安全-威胁检测-flink广播流BroadcastState双流合并应用在过滤安全日志
- MySQL grants the user the operation permission of the specified content
- 【高老师UML软件建模基础】20级云班课习题答案合集
- Differential (one-dimensional, two-dimensional, three-dimensional) Blue Bridge Cup three body attack
- Frida hook so layer, protobuf data analysis
猜你喜欢
605. Planting flowers
Penetration test (4) -- detailed explanation of meterpreter command
1605. Sum the feasible matrix for a given row and column
X-Forwarded-For详解、如何获取到客户端IP
409. Longest palindrome
读取和保存zarr文件
MySQL import database error [err] 1273 - unknown collation: 'utf8mb4_ 0900_ ai_ ci’
C language is the watershed between low-level and high-level
Vs2019 initial use
Web based photo digital printing website
随机推荐
Maximum product (greedy)
[exercise-1] (UVA 673) parentheses balance/ balanced brackets (stack)
(POJ - 2739) sum of constructive prime numbers (ruler or two points)
pytorch提取骨架(可微)
1605. Sum the feasible matrix for a given row and column
基于web的照片数码冲印网站
1529. Minimum number of suffix flips
Candy delivery (Mathematics)
渗透测试 ( 2 ) --- 渗透测试系统、靶机、GoogleHacking、kali工具
CEP used by Flink
Hdu-6025-prime sequence (girls' competition)
921. Minimum additions to make parentheses valid
Suffix expression (greed + thinking)
Find 3-friendly Integers
渗透测试 ( 4 ) --- Meterpreter 命令详解
Interval sum ----- discretization
渗透测试 ( 1 ) --- 必备 工具、导航
Opencv learning log 26 -- detect circular holes and mark them
[exercise-4] (UVA 11988) broken keyboard = = (linked list)
605. Planting flowers