You can install psycopg2 the PostgreSQL database adapter for Python using pip by using the below command.
For Python 2.x
pip install psycopg2-binary
For Python 3.x
pip3 install psycopg2-binary
Read more: https://pypi.org/project/psycopg2/
Start typing to search commands...
Press Enter to search or Esc to close
You can install psycopg2 the PostgreSQL database adapter for Python using pip by using the below command.
pip install psycopg2-binary
pip3 install psycopg2-binary
Read more: https://pypi.org/project/psycopg2/

We take your feedback seriously and use it to improve our content. Thank you for helping us serve you better!
😊 Thanks for your time, your feedback has been registered!
Comments & Discussion
Facing issues? Have questions? Post them here! We're happy to help!