安装后无法从tensorflow导入.请帮忙理解并删除以下错误


from tensorflow import keras

importterror Traceback(最近的调用)最后)~ anaconda3 lib python网站 tensorflow pywrap_tensorflow.py在63年试题:——比;64来自tensorflow.python。_pywrap_tensorflow_internal import *65 #这个try catch逻辑是因为py_extension没有对应的bazel。

importterror: DLL load failed:指定的模块无法找到。

在处理上述异常时,出现了另一个异常:

importterror Traceback(最近的调用)最后一个)——比;1从tensorflow导入keras

~ anaconda3 lib 网站 tensorflow_init_.py39导入sys as _sys40——比;41从tensorflow.python.tools导入module_util作为_module_util42从tensorflow.python.util。lazy_loader导入LazyLoader为_LazyLoader43

~ anaconda3 lib 网站 tensorflow python_init_.py38 # pylint: disable=wildcard-import,g-bad-import-order,g-import-not-at-top39——比;从tensorflow.python.eager导入上下文41来自tensorflow。Python导入pywrap_tensorflow为_pywrap_tensorflow42

~ anaconda3 lib python网站 tensorflow 希望 context.py从tensorflow.core.protobuf导入config_pb2从tensorflow.core.protobuf导入rewriter_config_pb2——比;从tensorflow得到35。Python导入pywrap_tfe36来自tensorflow。Python导入tf237从tensorflow.python.client导入pywrap_tf_session

~ anaconda3 lib python网站 tensorflow pywrap_tfe.py26# pylint: disable=invalid-import-order,g-bad-import-order, wildcard-import, unused-import——比;28来自tensorflow。Python导入pywrap_tensorflow29 . from tensorflow.python。_pywrap_tfe import

~ anaconda3 lib python网站 tensorflow pywrap_tensorflow.py在有一些共同的原因和解决办法。包括整个堆栈跟踪82以上请求帮助时出现此错误信息。";% traceback.format_exc ()——比;83抛出ImportError(msg)8485 # pylint: enable=wildcard-import,g-import-not-at-top,unused-import,line-too-long

importterror: Traceback(最近一次调用):File戴尔用户"C: anaconda3 lib python网站 tensorflow pywrap_tensorflow.py",第64行从tensorflow.python。_pywrap_tensorflow_internal import * importterror: DLL load failed:指定的模块无法找到。

加载原生TensorFlow运行时失败。

在jupyter notebook中使用以下代码安装tensorflow

conda create -n tensorflow python=3.5

激活tensorflow

!PIP安装tensorflow

相关内容

  • 没有找到相关文章