** 참고 자료 (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."
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.
설치 download link, 아래 그림에서 내 컴퓨터 환경에 맞는 x64버전 설치 후 재부팅
경과 (Monitoring)
By checking tensorflow version, I have checked tensorflow was well imported.