我试图在Ubuntu12.04上安装用于OpenKinect的python,但我不能归咎于此错误:
$ sudo apt-get install python2.7-dev
python2.7-dev : Depends: libexpat1-dev but it is not going to be installed
Depends: libssl-dev but it is not going to be installed
E: Unable to correct problems, you have held broken packages.Python包装器需要这些依赖项:
如何安装python?
发布于 2012-11-04 17:02:18
您可以通过运行以下命令来完成此任务
sudo apt-get install python-devhttps://askubuntu.com/questions/202488
复制相似问题