79230347

Date: 2024-11-27 12:55:39
Score: 0.5
Natty:
Report link

The Error Clearly states that pg_config is required to build psycopg2 from source. You have to add the directory containing the pg_config executable to your $PATH or install psycopg2-binary to avoid building from source using this command:

pip install psycopg2-binary
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Shreyas Salankimatt