Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/364.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
Python Ubuntu zeroc ice安装错误_Python_Ubuntu - Fatal编程技术网

Python Ubuntu zeroc ice安装错误

Python Ubuntu zeroc ice安装错误,python,ubuntu,Python,Ubuntu,我正在尝试安装ZeroC Ice,但出现以下错误 vagrant@marvin:~$ sudo apt-get install zeroc-ice34 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 imposs

我正在尝试安装ZeroC Ice,但出现以下错误

vagrant@marvin:~$ sudo apt-get install zeroc-ice34
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:
zeroc-ice34 : Depends: php-zeroc-ice (>= 3.4.2-4ubuntu1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

关于如何解决这个问题有什么想法或帮助吗?

sudo apt get install php zeroc ice?@SlaterTyranus会抛出更多依赖项错误sudo apt get build deps php zeros ice,否则您只需安装依赖项即可。@SlaterTyranus谢谢,但错误是使用ubuntu 12.04而不是>12.10