error installing python wrapper for openkinect
Posted
by
auraham
on Ask Ubuntu
See other posts from Ask Ubuntu
or by auraham
Published on 2012-10-18T13:54:20Z
Indexed on
2012/11/04
17:16 UTC
Read the original article
Hit count: 414
python-2.7
I tried to install python wrappers for OpenKinect on Ubuntu 12.04, but I can't due this error:
$ 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 wrapper requires these dependencies:
- Cython
- python-dev (error above)
- python-numpy
how can I install python-dev?
© Ask Ubuntu or respective owner