【发布时间】: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