heralding icon indicating copy to clipboard operation
heralding copied to clipboard

Update INSTALL.md

Open Timdebruijn opened this issue 4 years ago • 1 comments

libpq-dev is needed for installing psycopg2 with pip. Without installing libpq-dev this would be the result:

" Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-f6iz22g_/psycopg2/ "

"pg_config is required to build psycopg2 from source."

Timdebruijn avatar Apr 16 '20 13:04 Timdebruijn

I think changing the requirement of psycopg2 to psycopg2-binary will solve the issue.

realsdx avatar Apr 16 '20 14:04 realsdx

had the same issue. Good to see there is already a PR

paseaf avatar Jan 27 '23 08:01 paseaf

thanks!

johnnykv avatar Aug 02 '23 08:08 johnnykv