我正在尝试使用 TF 1.14(也尝试过 1.5、1.8)。但我总是得到一个错误Models init error! Message: Traceback (most recent call last): File "C:\Users\Doc\Desktop\JOB\First project\venviroment\lib\site-packages\tensorflow\python\pywrap_tensorflow_internal.py", line 18, in swig_import_helper fp, pathname, description = imp.find_module('_pywrap_tensorflow_internal', [dirname(__file__)]) File "C:\Users\Doc\AppData\Local\Programs\Python\Python37-32\lib\imp.py", line 296, in find_module raise ImportError(_ERR_MSG.format(name), name=name)ImportError: No module named '_pywrap_tensorflow_internal'During handling of the above exception, another exception occurred:Traceback (most recent call last): File "C:\Users\Doc\Desktop\JOB\First project\venviroment\lib\site-packages\tensorflow\python\pywrap_tensorflow.py", line 58, in <module> from tensorflow.python.pywrap_tensorflow_internal import * File "C:\Users\Doc\Desktop\JOB\First project\venviroment\lib\site-packages\tensorflow\python\pywrap_tensorflow_internal.py", line 28, in <module> _pywrap_tensorflow_internal = swig_import_helper() File "C:\Users\Doc\Desktop\JOB\First project\venviroment\lib\site-packages\tensorflow\python\pywrap_tensorflow_internal.py", line 20, in swig_import_helper import _pywrap_tensorflow_internalModuleNotFoundError: No module named '_pywrap_tensorflow_internal'Failed to load the native TensorFlow runtime.我该如何解决这个问题?我使用 windows 7,python 3.7。处理器 - 英特尔酷睿 i3
添加回答
举报
0/150
提交
取消