goToMain / libosdp

Implementation of IEC 60839-11-5 OSDP (Open Supervised Device Protocol); provides a C library with support for C++, Rust and Python3
https://libosdp.sidcha.dev
Apache License 2.0
130 stars 69 forks source link

Python.h file missing #92

Closed kenhun93 closed 1 year ago

kenhun93 commented 1 year ago

Hi, I currently trying to build python and cant seem to find the python.h file in the build directory nor in the github repo? Am i missing something, or is the file actually missing?

image

sidcha commented 1 year ago

@kenhun93, you need to install the python3 development package (python3-dev on Ubuntu) to get that header.