I'm getting the error that [there is] no module n named psycopg2 that is found. This is the output of my IDLE, Python Editor.
I'm running VirtualBox, Vagrant on Terminal on my Mac.
So why does my IDLE output there is no module? I am using psycopg2 to connect to my database as per my assignment instructions. The goal of the program that I'm trying to build is to output certain data by just running .py file in Terminal (output like rows and columns gets displayed after running)...