Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/neo4j/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ubuntu H2O和x27;s无人驾驶AI.deb包未能安装_Ubuntu_H2o_Deb_Driverless Ai - Fatal编程技术网

Ubuntu H2O和x27;s无人驾驶AI.deb包未能安装

Ubuntu H2O和x27;s无人驾驶AI.deb包未能安装,ubuntu,h2o,deb,driverless-ai,Ubuntu,H2o,Deb,Driverless Ai,我正在用CUDA9.1运行Ubuntu18.04。我已从H2O网站的下载页面下载了CUDA 9.0无人驾驶AI.deb安装: 不幸的是,我得到了以下信息: 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

我正在用CUDA9.1运行Ubuntu18.04。我已从H2O网站的下载页面下载了CUDA 9.0无人驾驶AI.deb安装:

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

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在Ubuntu 18.04上还不受支持吗
  • CUDA 9.1还不支持无人驾驶AI
  • .deb文件以amd64结尾,但我有一个Intel i7?(尽管官方下载页面上的Ubuntu 18.04图像文件也以amd64结尾)

从无人驾驶AI 1.2.2开始,唯一经过测试的Ubuntu版本是Ubuntu 16.04

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

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


此外,CUDA 9.1不受支持(而且可能永远也不受支持,因为CUDA 9.2已经推出)。但这不是上述错误的原因。

比您更重要。一旦我运行了脚本并解压缩了文件,接下来我该怎么做?我可以从这个目录安装DAI,还是只使用脚本运行它?
dai env.sh
run dai.sh
start-h2o.sh
脚本做什么?使用./run-dai.sh。这将启动所需的过程。