반응형
Windows 10, conda 가상환경에서 pytorch를 설치하고, Visual studio code의 jupyter notebook으로 torch 를 불러오는 셀을 실행할 경우, 다음과 같은 오류가 나는 경우가 있다.
ImportError: DLL load failed: The specified module could not be found.
위와 같은 메시지와 함께 torch 라던지, numpy 버전을 확인하라고 하는데 재설치는 해결 방법이 아니다.
해결 방법은 환경변수로 시스템 변수 Path에 C:\ProgramData\Anaconda3\Library\bin 을 추가해준다.
Ref
1. https://3rdscholar.tistory.com/81
2. https://davincii.tistory.com/766
3. https://eboong.tistory.com/293
728x90
'SW > Others' 카테고리의 다른 글
PDF 뷰어 추천 - Sumatra PDF (0) | 2022.11.12 |
---|---|
python으로 사진 파일 이름 바꾸기 (0) | 2022.10.03 |
[MATLAB] Simulink에서 MATLAB 스크립트를 이용한 애니메이션 만들기 (0) | 2021.07.20 |
[PYTHON] MATLAB plot처럼 matplotlib 다루기 (1) - 기본 속성 편 (0) | 2021.07.15 |
[PYTHON] MATLAB의 drawnow처럼 움직이는 plot 만들기 (0) | 2021.04.04 |