-dev(...elopment) files install only inside SDK. Runtime OS doesn't have and need that, you can find only dynamic libraries (*.so). Static libs (*.a) don't install too. You have to manual compile lib in the SDK, then you can see all files. But why your Python project need c-headers, It seems incorrect?!