Python connects PostgreSQL to install psychopg2 error [Solved]

Question:

1. When installing psycopg2 with PIP install, the error of the corresponding version cannot be found

Solution:

Use PIP install psycopg2 binary to download and install, because the WHL directly used by psycopg2 binary is used for installation

Similar Posts: