首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >问答首页 >H2O的无人驾驶AI .deb软件包安装失败

H2O的无人驾驶AI .deb软件包安装失败
EN

Stack Overflow用户
提问于 2018-07-31 12:29:59
回答 1查看 209关注 0票数 0

我用CUDA 9.1运行Ubuntu 18.04。我已经从.deb网站的下载页面下载了CUDA9.0无人驾驶AI H2O的安装:https://www.h2o.ai/driverless-ai-download/

不幸的是,我得到了以下信息:

代码语言:javascript
运行
复制
kevin@Ubuntu-XPS:~/Downloads$ sudo dpkg -i dai_1.1.4_amd64.deb 
[sudo] password for kevin: 
Selecting previously unselected package dai.
(Reading database ... 486543 files and directories currently installed.)
Preparing to unpack dai_1.1.4_amd64.deb ...
Unpacking dai (1.1.4) ...
Setting up dai (1.1.4) ...
User configuration file /etc/dai/User.conf already exists.
Group configuration file /etc/dai/Group.conf already exists.
Configured user in /etc/dai/User.conf is 'dai'.
Configured group in /etc/dai/Group.conf is 'dai'.
Group 'dai' already exists.
User 'dai' already exists.
Creating /opt/h2oai/dai/tmp...
Creating /opt/h2oai/dai/home...
Creating /opt/h2oai/dai/log... (Note for systemd users this log dir will be unused; use journalctl instead.)
Adding systemd configuration files in /etc/systemd/system...
Failed to lookup unit file state: Invalid argument
dpkg: error processing package dai (--install):
 installed dai package post-installation script subprocess returned error exit status 62
Errors were encountered while processing:
 dai

是否有下列任何问题:

  • 无人驾驶AI还不支持Ubuntu18.04?
  • 无人驾驶AI还不支持CUDA 9.1?
  • .deb文件以amd64结尾,但我有一个Intel i7?(尽管官方下载页面中的Ubuntu18.04映像文件也以amd64结尾)
EN

回答 1

Stack Overflow用户

发布于 2018-07-31 12:49:25

截至无人驾驶的AI 1.2.2,唯一版本的Ubuntu测试是Ubuntu16.04。

如果您有dpkg安装问题,可以尝试h2o.ai/download上最新版本的(beta)“TAR SH”安装包样式(今天是1.2.2)。

(这个额外的新方法只是解压缩到当前目录中。)

此外,不支持CUDA 9.1 (而且可能永远不会支持,因为CUDA 9.2已经发布)。但这并不是造成上述错误的原因。

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

https://stackoverflow.com/questions/51613450

复制
相关文章

相似问题

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