ModuleNotFoundError:没有名为“ tensorflow.python._pywrap_tensorflow_internal”的模块。无法加载本机TensorFlow运行时

时间:2019-06-17 08:25:57

标签: python python-3.x tensorflow anaconda

我将.py打包到.exe中,当我在Windows PowerShell中运行.exe时,出现了一个问题“ ModuleNotFoundError:没有名为'tensorflow.python._pywrap_tensorflow_internal'的模块”,我如何找出来? / p>

在处理上述异常期间,发生了另一个异常:

回溯(最近通话最近):   在第1行的文件“ mix.py”中   文件“ d:\ program file \ anaconda \ lib \ site-packages \ PyInstaller \ loader \ pyimod03_importers.py”,行627,在exec_module中     exec(字节码,模块。 dict )   文件“ ceshi.py”,第6行,在   文件“ d:\ program file \ anaconda \ lib \ site-packages \ PyInstaller \ loader \ pyimod03_importers.py”,行627,在exec_module中     exec(字节码,模块。 dict )   在第24行的文件“ site-packages \ tensorflow__init __。py”中   文件“ d:\ program file \ anaconda \ lib \ site-packages \ PyInstaller \ loader \ pyimod03_importers.py”,行627,在exec_module中     exec(字节码,模块。 dict )   在第49行的文件“ site-packages \ tensorflow \ python__init __。py”中   文件“ d:\ program file \ anaconda \ lib \ site-packages \ PyInstaller \ loader \ pyimod03_importers.py”,行627,在exec_module中     exec(字节码,模块。 dict )   在第74行中输入文件“ site-packages \ tensorflow \ python \ pywrap_tensorflow.py” ImportError:追溯(最近一次呼叫最近):   在第58行中,输入“ site-packages \ tensorflow \ python \ pywrap_tensorflow.py”文件   文件“ d:\ program file \ anaconda \ lib \ site-packages \ PyInstaller \ loader \ pyimod03_importers.py”,行627,在exec_module中     exec(字节码,模块。 dict )   在第18行中,输入文件“ site-packages \ tensorflow \ python \ pywrap_tensorflow_internal.py”   swig_import_helper中的第17行,文件“ site-packages \ tensorflow \ python \ pywrap_tensorflow_internal.py”   import_module中的文件“ importlib__init__.py”,第126行 ModuleNotFoundError:没有名为“ tensorflow.python._pywrap_tensorflow_internal”的模块

无法加载本机TensorFlow运行时。

0 个答案:

没有答案