-1

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:

  1. Cython
  2. python-dev (error above)
  3. python-numpy

I have reviewed this post, but it doesn't work for me

how can I install python-dev?

Community
  • 1
  • 1
auraham
  • 1,679
  • 2
  • 20
  • 27

1 Answers1

0

Mark all checkboxes on Updates section and reload sources.

enter image description here

auraham
  • 1,679
  • 2
  • 20
  • 27