The package manager for Amazon Linux 2023 servers. sudo dnf install postgresql15

Installing python

  1. sudo dnf install python

Installing psycopg2

  1. sudo dnf install postgresql15 gcc python3-devel postgresql-devel
  2. pip install psycopg2