Hi,
Using Sagemath 9.8, and Ubuntu 22.04, I got the following error message when I tried to use %%cython in a Jupiter notebook cell:
In file included from /usr/include/python3.10/Python.h:8,
from /home/roland/.cache/ipython/cython/_cython_magic_a687e319b78554b58b88d328883ed96d.c:19:
/usr/include/python3.10/pyconfig.h:3:12: fatal error: x86_64-linux-gnu/python3.10/pyconfig.h: No such file or directory
3 | # include <x86_64-linux-gnu/python3.10/pyconfig.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
Any hints on what to do are appreciated!
Roland