Hello Tanzeem,
tanzeem@tutanota.com writes:
I am installing matrix synapse server from source in Debian 10. I get the error message as specified in the file attached. How can I move further after fixing this error. Please help.
The relevant lines from your log are:
./psycopg/psycopg.h:35:10: fatal error: Python.h: No such file or directory #include <Python.h> ^~~~~~~~~~ compilation terminated.
This means that you're missing python development package on Debian. You can install it by:
sudo apt-get install -y python3-dev
Expect more missing packages. Let me know how it goes.
Regards, Gokul Das B