【问题标题】:Luminoth requires a TensorFlow >= 1.5 installation (Windows 8.1)Luminoth 需要 TensorFlow >= 1.5 安装 (Windows 8.1)
【发布时间】:2019-04-17 13:36:58
【问题描述】:

当运行命令时

G:\luminoth>lumi -h

收到错误信息

Luminoth requires a TensorFlow >= 1.5 installation.

Depending on your use case, you should install either `tensorflow` or
`tensorflow-gpu` packages manually or via PyPI.

虽然当我检查它显示的 tensorflow 模块详细信息时

G:\luminoth>pip show tensorflow
Name: tensorflow
Version: 1.9.0
Summary: TensorFlow is an open source machine learning framework for everyone.
Home-page: https://www.tensorflow.org/
Author: Google Inc.
Author-email: opensource@google.com
License: Apache 2.0
Location: g:\python36\lib\site-packages
Requires: wheel, numpy, tensorboard, astor, protobuf, absl-py, six, termcolor, s
etuptools, gast, grpcio
Required-by:

有什么事情要做吗?

【问题讨论】:

  • 尝试在 python shell 中导入 tensorflow,它可能会失败。你必须解决这个问题。
  • 是的,当我导入它时它失败并且无法找到它的解决方案

标签: python tensorflow object-detection


【解决方案1】:

我遇到了同样的错误。我正在使用张量流 1.14 然后尝试在python shell中导入tensorflow。它给出了错误“ImportError:DLL 加载失败:找不到指定的过程”。 要解决此问题,请安装 protobuf 3.6.0 pip install protobuf==3.6.0。这应该可以解决问题。

【讨论】:

    猜你喜欢
    • 2019-12-24
    • 2017-11-11
    • 1970-01-01
    • 2020-12-04
    • 1970-01-01
    • 2021-12-21
    • 1970-01-01
    • 1970-01-01
    • 2020-04-14
    相关资源
    最近更新 更多