발생 경과 (Problem Description)
문제 (Problem)
After installation of Anaconda 3, python was executed on prompt window. Then thensorflow was imported as follow,
Long error message occurred including
"ImportError: DLL load failed: The specified module could not be found."
Anaconda 3 설치 후 Command창에서 python 실행
실행시 아래와 같은 에러 메시지가 포함된 장문의 에러 발생
"
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 된 것을 확인.