티스토리 뷰
에러 해결
[에러 해결] ERROR: torch has an invalid wheel, .dist-info directory not found
체봄 2021. 8. 19. 10:54'ERROR: torch has an invalid wheel, .dist-info directory not found'
torch 모듈을 설치하려고 > pip install torch 를 입력하면 위와 같은 에러가 발생했다.
해결 방법
> pip install torch===1.7.0 torchvision===0.8.1 -f https://download.pytorch.org/whl/torch_stable.html
버전은 알아서 수정해준다.
반응형
'에러 해결' 카테고리의 다른 글
Windows 비밀번호가 일치하지 않는다며 로그인이 안되는 문제 해결 (0) | 2022.04.22 |
---|---|
[에러 해결] ModuleNotFoundError: No module named 'botocore.vendored' (0) | 2021.10.13 |
[에러해결] AttributeError: module 'tensorflow' has no attribute 'Session' (0) | 2021.05.09 |
[에러해결] 'predict_proba is not available when probability=False' (0) | 2021.04.29 |
[에러해결] 'RuntimeError: CUDA out of memory.' (0) | 2021.04.13 |
댓글