When I try to install psycopg2 the error appears
fatal error: Python.h: No such file or directory
#include <Python.h>
Because, there is a search for this file along the path /usr/include/python3.8
But this file is located in the path /usr/local/include/python3.8/Python.x
How to solve this problem?? Is Python installed in the wrong directory?