Answers for "In file included from psycopg/psycopgmodule.c:28:./psycopg/psycopg.h:35:10: fatal error: Python.h: No such file or directory35 | #include <Python.h>| ^~~~~~~~~~compilation terminated."

0

In file included from psycopg/psycopgmodule.c:28:./psycopg/psycopg.h:35:10: fatal error: Python.h: No such file or directory35 | #include <Python.h>| ^~~~~~~~~~compilation terminated.

sudo apt-get install python3-dev
Posted by: Guest on November-05-2020
0

In file included from psycopg/psycopgmodule.c:28:./psycopg/psycopg.h:35:10: fatal error: Python.h: No such file or directory35 | #include <Python.h>| ^~~~~~~~~~compilation terminated.

sudo apt install python3-dev
Posted by: Guest on November-05-2020

Code answers related to "In file included from psycopg/psycopgmodule.c:28:./psycopg/psycopg.h:35:10: fatal error: Python.h: No such file or directory35 | #include <Python.h>| ^~~~~~~~~~compilation terminated."

Python Answers by Framework

Browse Popular Code Answers by Language