2020년 11월 29일 일요일

[Python 3.8.5] Tensorflow 설치 후 import 에러 (DLL load failed)

 ** 참고 자료 (Reference) 

WEB, Git hub, TensorFlow,
"Win10: ImportError: DLL load failed: The specified module could not be found #22794"
URL : https://github.com/tensorflow/tensorflow/issues/22794

발생 경과 (Problem Description)

문제 (Problem)

After installation of Anaconda 3, python was executed on prompt window. Then thensorflow was imported as follow,
1
import tensorflow as tf
cs
Long error message occurred including 
"ImportError: DLL load failed: The specified module could not be found."

Anaconda 3 설치 후 Command창에서 python 실행
1
import tensorflow as tf
cs
실행시 아래와 같은 에러 메시지가 포함된 장문의 에러 발생
"ImportError: DLL load failed: The specified module could not be found."

해결 방법 (Solution)

Referring to Github/Tensorflow, "Visual C++ Redistributable for Visual Studio 2015, 2017 and 2019" was installed : download link.
I have installed x64 version as same as my computer setting.

Github 내용 참조하여 "Visual C++ Redistributable for Visual Studio 2015, 2017 and 2019" 설치
설치 download link, 아래 그림에서 내 컴퓨터 환경에 맞는 x64버전 설치 후 재부팅

경과 (Monitoring)

By checking tensorflow version, I have checked tensorflow was well imported.

이후 아래와 같은 warning은 발생하지만 제대로 tf로 import 된 것을 확인.




댓글 없음:

댓글 쓰기