Can't install psycopg2 package through pip install… Is this because of Sierra?

后端 未结 13 1174
逝去的感伤
逝去的感伤 2020-11-28 01:35

I am working on a project for one of my lectures and I need to download the package psycopg2 in order to work with the postgresql database in use. Unfortunately, when I try

13条回答
  •  旧时难觅i
    2020-11-28 02:27

    Old, but for folks using pipenv, I resolved this issue by looking at my dependency graph pipenv graph --reverse and noticing it required psycopg2-binary==2.8.2. Running pipenv install psycopg2-binary resolved the issue.

提交回复
热议问题