Ubuntu 12.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-dev (上記のエラー)
- python-numpy
この投稿を確認しましたが、うまくいきません
どうすればpython-devをインストールできますか?