I know this might be really a simple question but I don\'t know the solution. What is happening here when I try to connect to postgresql? I am self learner in this field of
Yes, you need to install psycopg2 separately, if you're using linux you can simply enter the following line to the terminal: $pip install psycopg2 if this doesn't work try using sudo: $sudo pip install psycopg2