On Windows, running “import tensorflow” generates No module named “_pywrap_tensorflow” error

后端 未结 23 3788
误落风尘
误落风尘 2020-11-22 06:55

On Windows, TensorFlow reports either or both of the following errors after executing an import tensorflow statement:

  • No module named \"_pyw
23条回答
  •  南方客
    南方客 (楼主)
    2020-11-22 07:15

    tensorflow 1.3 does not support cuda 9.0 yet. I degrade to cuda 8.0, then it works.

提交回复
热议问题