Posted on 29th April 2025|66 views
How to resolve the fatal error: Python.h: no such file oy directory?
I am trying to create a shared library utilizing c extension file, but first I have to produce the output file using the command below
gcc -Wall utilsmodule.c -o Utilc
After executing this common, I am getting the error
Posted on 29th April 2025| views
If you are using raspberry pi, then use this following command
sudo apt-get install python-dev