21 Dec
2020
21 Dec
'20
19:54
On 12/21/20 8:44 PM, Neal Gompa wrote:
as subject tells, does anyone know in thich package Python.h is hidden? (Its not python3-devel nor python3-pybind11-devel)
It's in python3-devel, but you need to pull in the Cflags from the python3 pkgconfig file so that the include path is correctly set.
Which would be: glaubitz@suse-laptop:~> pkg-config --cflags python3 -I/usr/include/python3.8 glaubitz@suse-laptop:~> Adrian