install psycopg2-binary ubuntu code example
Example 1: psycopg2-binary install
pip install psycopg2-binary
Example 2: install psycopg2 ubuntu
sudo apt-get update -y
sudo apt-get install -y python3-psycopg2
pip install psycopg2-binary
sudo apt-get update -y
sudo apt-get install -y python3-psycopg2