[Torch import 에러]
import에 문제 없던 torch 라이브러리가 갑자기 실행이 안되었다.
ModuleNotFoundError : No modul named 'torch'
다시 conda install torch를 했지만,
이미 설치되어 있다는 메세지..
구글링을 하던 중,
파일을 python 2.xx버전으로 실행했을때 오류발생 한다는 글을 보고
python main.py가 아닌 python3 main.py로 실행하니 되었다..
'Engineering > 에러 해결 모음' 카테고리의 다른 글
[Error] A load persistent id instruction was encountered (0) | 2023.01.12 |
---|---|
[Error] EOFError : Ran out of input (0) | 2022.12.12 |
[VSCode] SSH 원격 서버 연결 오류 반복 (0) | 2022.12.02 |
[Error] FileNotFoundError: No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp' (0) | 2022.11.24 |
[NVIDIA] Linux NVIDIA driver 설치 오류 - 'exit X before installing' (0) | 2022.11.09 |
댓글