파이썬에서 쿠다 사용이 가능한 토치 패키지를 설치할 때 오류가 발생하는 경우 해결 방법
현상토치(Torch) 패키지를 설치할 때 설치할 수 있는 배포판 정보가 없다고 메시지가 출력된다.ERROR: Could not find a version that satisfies the requirement torch==2.7.1+cu126 (from versions: 1.11.0, 1.12.0, 1.12.1, 1.13.0, 1.13.1, 2.0.0, 2.0.1, 2.1.0, 2.1.1, 2.1.2, 2.2.0, 2.2.1, 2.2.2, 2.3.0, 2.3.1, 2.4.0, 2.4.1, 2.5.0, 2.5.1, 2.6.0, 2.7.0, 2.7.1)ERROR: No matching distribution found for torch==2.7.1+cu126원인쿠다(CUDA) 12.6 버전을 사용할 수 있는..
2025. 7. 11.