카테고리 없음
[에러해결] 'Could not find a version', 'No matching distribution found' 에러
YJHTPII
2025. 3. 6. 10:21
반응형
problem.
ERROR: Could not find a version that satisfies the requirement torch==1.6.0 (from versions: 1.7.0, 1.7.1, 1.8.0, 1.8.1, 1.9.0, 1.9.1, 1.10.0, 1.10.1, 1.10.2)
ERROR: No matching distribution found for torch==1.6.0
sol.
pip install torch==2.5.1 -f https://download.pytorch.org/whl/torch_stable.html
반응형