“Failed building wheel for psycopg2” - MacOSX using virtualenv and pip

前端 未结 14 1538
囚心锁ツ
囚心锁ツ 2020-12-08 18:20

I\'m attempting to make a website with a few others for the first time, and have run into a weird error when trying to use Django/Python/VirtualEnv. I\'ve found solutions to

14条回答
  •  萌比男神i
    2020-12-08 19:12

    I was also getting same error. Using Python 3.7.3 and pip 19.1.1.

    error screen

    I used following command.

    pip install psycopg2-binary==2.8.3
    

提交回复
热议问题