intel-aero / meta-intel-aero

Yocto layer to support Intel Aero platform
https://github.com/intel-aero/meta-intel-aero
GNU General Public License v2.0
217 stars 119 forks source link

Suggestion: Adding the package of python-devel #271

Open leixuchn opened 7 years ago

leixuchn commented 7 years ago

When I want to install the dronekit from https://github.com/dronekit/dronekit-python, I find the head file of python.h is lacked. The instruction from the net is to install the package of python-devel. However, python-devel is not found by DNF. Would anyone give some instruction about that ?

Rjasuja commented 7 years ago

Dronekit can be installed using : pip install dronekit. If you still want to install from the source code, push the rpm package for python-devel to aero board and run below command.

dnf install

I am not sure about the more dependencies python-devel might need.

trgiman commented 6 years ago

Hi all. Is this still in progress. For instance. I can not install pip install zbar. Because Python.h is missing.