Google Cloud Dataproc安装libopencv

Google Cloud Dataproc安装libopencv,opencv,debian,google-cloud-dataproc,Opencv,Debian,Google Cloud Dataproc,我创建了一个cloud dataproc群集,并在初始化脚本中尝试安装libopencv dev,但我不断收到未满足的依赖项错误: sudo apt-get install libopencv-dev Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean t

我创建了一个cloud dataproc群集,并在初始化脚本中尝试安装libopencv dev,但我不断收到未满足的依赖项错误:

sudo apt-get install libopencv-dev
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 libopencv-dev : Depends: libopencv-objdetect-dev (= 2.4.9.1+dfsg-1+deb8u1) but it is not going to be installed
                 Depends: libopencv-highgui-dev (= 2.4.9.1+dfsg-1+deb8u1) but it is not going to be installed
                 Depends: libopencv-legacy-dev (= 2.4.9.1+dfsg-1+deb8u1) but it is not going to be installed
                 Depends: libopencv-contrib-dev (= 2.4.9.1+dfsg-1+deb8u1) but it is not going to be installed
                 Depends: libopencv-videostab-dev (= 2.4.9.1+dfsg-1+deb8u1) but it is not going to be installed
                 Depends: libopencv-superres-dev (= 2.4.9.1+dfsg-1+deb8u1) but it is not going to be installed
                 Depends: libopencv-ocl-dev (= 2.4.9.1+dfsg-1+deb8u1) but it is not going to be installed
                 Depends: libcv-dev (= 2.4.9.1+dfsg-1+deb8u1) but it is not going to be installed
                 Depends: libhighgui-dev (= 2.4.9.1+dfsg-1+deb8u1) but it is not going to be installed
                 Depends: libcvaux-dev (= 2.4.9.1+dfsg-1+deb8u1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

我不知道出了什么问题,我试图用debian 8创建一个计算引擎,并在上面运行了相同的命令,它工作正常,但在为dataproc集群创建的机器上没有工作,有人知道问题出在哪里吗?

他们似乎使用了backports,因此要安装libopencv dev,我必须使用以下命令从backports repo安装它:

sudo apt-get -t jessie-backports install libopencv-dev

他们似乎使用了backports,所以要安装libopencv dev,我必须使用以下命令从backports repo安装它:

sudo apt-get -t jessie-backports install libopencv-dev

试着有能力地安装

运行以下命令

sudo apt安装智能-y
sudo aptitude安装libopencv dev

尝试使用aptitude安装

运行以下命令

sudo apt安装智能-y sudo智能安装libopencv dev