일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- php file upload
- ssrf
- BANDiT
- php 파일 업로드하기
- Authentication
- php
- tryhackme
- SQLi
- overthewire
- FTZ
- 파일 업로드 취약점
- Cookie
- active recon
- OS Command Injection
- Server Side Request Forgery
- access control
- over the wire
- sql injection
- Cryptography
- War Game
- php 로그인 페이지 만들기
- php login page
- Reconnaissance
- file upload
- php To Do List
- active reconnaissance
- Leviathan
- Recon
- privilege escalation
- THM
Archives
- Today
- Total
R's Hacking Daily Log
Pytorch(install error) 본문
error: could not find a version that satisfies the requirement torch (from versions: none)
error: no matching distribution found for torch
pytorch를 설치할 때 cmd창에 출력된 error문구...
검색해 봐도 이런저런 command만 나오고 똑같은 error가 출력된다 (OoO)
pytorch 사이트에서 방법을 찾아보자!!
[ Get started - start locally ]에서 쭉 읽다보면 python에 대한 내용을 볼 수 있다.
아하.. python 3.7~3.9 버전에서만 pytorch가 호환되나 보다.
원인 발견!
설치했던 python은 제일 최근 버전인 3.11.1이라서 설치가 안 됐던 것..
3.7~3.9 버전으로 다시 python을 설치해주고
pytorch 사이트에서 자신에게 맞는 option을 선택해 Run this Command에 뜨는 명령을 복사해서
cmd 창에 입력하면 설치가 된다.
error 해결!
오늘의 교훈:
무언가 설치할 때는 서로 호환되는 버전을 확인해보자.ㅋㅋ
'Tool & Command' 카테고리의 다른 글
tee command (0) | 2023.02.26 |
---|---|
Gobuster (0) | 2023.01.20 |
ls command (0) | 2023.01.13 |
Chmod command (0) | 2023.01.13 |
Kali Linux 설치 (0) | 2022.12.17 |
Comments