首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Luminoth需要安装TensorFlow >= 1.5 (Windows8.1)

Luminoth需要安装TensorFlow >= 1.5 (Windows8.1)
EN

Stack Overflow用户
提问于 2019-04-17 21:36:58
回答 1查看 308关注 0票数 1

在运行命令时

代码语言:javascript
复制
G:\luminoth>lumi -h

获取错误消息

代码语言:javascript
复制
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模块详细信息时,它显示了

代码语言:javascript
复制
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:

有什么事情要做吗?

EN

回答 1

Stack Overflow用户

发布于 2020-11-23 14:11:52

我也面临着同样的错误。我使用tensorflow 1.14,然后尝试在python shell中导入tensorflow。它给出错误'ImportError: DLL加载失败:找不到指定的过程‘。要解决此问题,请安装protobuf 3.6.0 pip install protobuf==3.6.0。这应该可以解决这个问题。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/55728849

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档