-
PyTouch 설치 오류잡다한 것들 2020. 11. 7. 22:41반응형
ERROR: Could not find a version that satisfies the requirement torch==1.7.0+cpu (from versions: 0.1.2, 0.1.2.post1, 0.1.2.post2) ERROR: No matching distribution found for torch==1.7.0+cpu
- 파이썬 32비트에서는 파이토치가 작동되지 않는다. ~!
- 파이썬 3.9는 아직 지원하지 않는다.
ImportError: numpy.core.multiarray failed to import
- 넘파이 1.19.4 -> 1.18.5 다운 그래이드로 해결
보통 최신 버전으로 업글로 해결하던데 반대로 해야할 경우도 있다.
반응형