1. 程式人生 > >Python3.6 安裝 Tensorflow 版本問題(ctypes.WinDLL OSError: [WinError 126] 找不到指定的模組)

Python3.6 安裝 Tensorflow 版本問題(ctypes.WinDLL OSError: [WinError 126] 找不到指定的模組)

Python3.6 安裝 Tensorflow,採用高於1.4.0版本時出現ctypes.WinDLL  OSError: [WinError 126] 找不到指定的模組,反覆嘗試多次:pip install tensorflow,安裝最新版本1.9.0或1.8.0時均出現上述錯誤。直接降版1.4.0時無此錯誤。

pip list 解除安裝對應版本 pip uninstall tensorflow==1.9.0

pip install tensorflow==1.4.0