Hi,
While installing the pgcopy, i am getting error related to psycopg2. I don't have psql tool install. For testing, I run Postgresql in docker and use psycopg2-binary for development. This does not require me to install psql tool explicitly.
Questions: Is psycopg2 a required dependencies or it can be replaced with psycopg2-binary?
Hi,
While installing the pgcopy, i am getting error related to psycopg2. I don't have
psqltool install. For testing, I run Postgresql in docker and usepsycopg2-binaryfor development. This does not require me to install psql tool explicitly.Questions: Is psycopg2 a required dependencies or it can be replaced with psycopg2-binary?