Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/317.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/tensorflow/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python modulenotfounderror没有名为'的模块_pywrap_tensorflow_internal';_Python_Tensorflow - Fatal编程技术网

Python modulenotfounderror没有名为'的模块_pywrap_tensorflow_internal';

Python modulenotfounderror没有名为'的模块_pywrap_tensorflow_internal';,python,tensorflow,Python,Tensorflow,我使用的是Windows 10,CPU:Intel(R)Core(TM)2 Duo CPU T6600@2.2GHz(2个CPU)~2.2GHz。内存:4GB。视频卡:ATI Mobility Radeon HD 3400系列 我卸载了所有东西,然后 我安装了Python3.6和Tensorflow==1.10.0。当我导入tensorflow时,我得到了这个错误 modulenotfounderror没有名为“\u pywrap\u tensorflow\u internal”的模块 我可以安

我使用的是Windows 10,CPU:Intel(R)Core(TM)2 Duo CPU T6600@2.2GHz(2个CPU)~2.2GHz。内存:4GB。视频卡:ATI Mobility Radeon HD 3400系列

我卸载了所有东西,然后

我安装了Python3.6和Tensorflow==1.10.0。当我导入tensorflow时,我得到了这个错误

modulenotfounderror没有名为“\u pywrap\u tensorflow\u internal”的模块

我可以安装您想要的任何Python/Tensorflow版本。我只想用Tensorflow。我看到了类似的问题,但似乎没有一个能解决我的问题


我知道在github/stackoverflow上有很多类似的问题,但似乎没有一个对我有帮助。

为了社区的利益在这里提及答案


通过使用
Python==3.6
Tensorflow==1.5
protobuf==3.6.0
,可以将Tensorflow==2与Python 3.6一起使用。。它们是兼容的。我认为从Tensorflow 1.6开始,CPU需要支持AVX指令,我可能有10年的CPU。我认为我用Python==3.6,Tensorflow==1.5解决了这个问题,protobuf==3.6。0@JohnBott:您能否澄清使用
Tensorflow 1.15版
解决了您的问题,还是使用
Tensorflow 1.5版
解决了您的问题。您提到了
1.5
,但只是想确认一下。谢谢