Когда запускается команда
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.
Хотя, когда я проверяю подробности модуля tenorflow, он показывает
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:
Есть ли какие-либочто делать?