-2

When I do 'pip install -r requirements.txt', I get this message: python setup.py egg_info did not run successfullyFull error message

I tried python 'python3 -m pip install -U setuptools' but that didn't work.

1 Answers1

0

Remove psycopg2 from requirements.txt then use 'psycopg2-binary'

pip install psycopg2-binary
ShiBil PK
  • 588
  • 3
  • 13