Open rohitcoder opened 1 year ago
I changed it to the latest version: Collecting psycopg2==2.9.5, it works, and see whether it applies in your case.
Thanks for the report. I believe, I can safely migrate this to psycopg2-binary to avoid building postgres driver from source and thus having such issue.
Hi @anxolerd ,
I was trying to setup this project locally with
pip3 install -r requirements.txt
. I'm getting below errorI did some research and found, we can use
--use-pep517
flag and this may solve issue, i was following https://github.com/pypa/pip/issues/8559 but still it's giving me below errorAny workaround or solution for this @anxolerd ? I'm using Mac M1 & it's a python3 environment