我正在运行带有 CUDA 9.1 的 Ubuntu 18.04。我已经从 H2O 网站的下载页面下载了 CUDA 9.0 Driverless AI .deb 安装:https ://www.h2o.ai/driverless-ai-download/
不幸的是,我得到以下信息:
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
会不会是以下任何一个问题:
- Ubuntu 18.04 还不支持无人驾驶 AI?
- CUDA 9.1 还不支持无人驾驶 AI?
- .deb 文件以
amd64
但我有 Intel i7 结尾?(虽然官方下载页面的 Ubuntu 18.04 镜像文件也以amd64
.