View
[linux] torch 오류 "Could not find a version that satisfies the requirement torch (from versions: none)"
holywatermelon 2023. 10. 4. 19:12$ pip3 install torch torchvision torchaudio
ERROR: Could not find a version that satisfies the requirement torch (from versions: none)
ERROR: No matching distribution found for torch
torch 버전을 찾을 수 없다고 나온다.
원인: python이 너무 최신 버전(3.9.12)이었음
해결법: python을 적당한 버전으로 낮춘다.
$ conda install python=3.8
'Linux & Ubuntu & etc.' 카테고리의 다른 글
[tmux] tmux 사용시 color 안나오는 문제 해결 / tmux에 bashrc 적용 안되는 문제 해결 (1) | 2022.09.19 |
---|---|
[git/github] github 아이디 비밀번호 저장하기 (0) | 2022.09.19 |
[linux] 개인 alias 저장용 / bash 파일 자동 실행 설정 (2) | 2022.09.16 |
[ssh/scp] ssh/scp 비밀번호 없이 접속하기 / remote server 별칭(alias) 만들기 / SSH-KEYGEN으로 인증키 생성 (0) | 2022.09.16 |
[linux] tmux 사용법 (0) | 2022.02.14 |
reply