TensorFlow on Windows: ImportError: No module named '_pywrap_tensorflow_internal'

前端 未结 3 1276
没有蜡笔的小新
没有蜡笔的小新 2021-01-05 07:13

I am trying to make TensorFlow work on Windows. But after installation of Python 3.5 and TensorFlow, I keep getting the following error when I import the TensorFlow module:<

3条回答
  •  醉话见心
    2021-01-05 07:52

    • just run below command it will clear all dependencies and then update it or remove and install the latest version of tensor flow(For CPU) This worked for me

    pip install tensorflow==1.5

提交回复
热议问题