from torch._C import * ImportError: DLL load failed 솔루션

 from torch._C import * ImportError: DLL load failed 솔루션


import torch에서 다음과 같은 오류가 발생합니다.
 import torch   File "D:\ProgramData\Anaconda3\envs\pytorch-py36\lib\site-packages\torch\__init__.py", line 79, in     from torch._C import * ImportError: DLL load failed: 지정된 프로그램을 찾을 수 없습니다.

인터넷상의 해결 방법은 의견이 분분하다. 나의 해결 방법은 다음과 같다. 발견은 파이썬 버전의 문제이다.
https://github.com/pytorch/pytorch/issues/4518
This also worked for me. Same for python 3.6: Using newest python 3.6.8 gives the same error conda install python==3.6.7  works
해결 방법:
conda install python==3.6.7

좋은 웹페이지 즐겨찾기