Problems using psycopg2 on Mac OS (Yosemite)

前端 未结 8 1391
盖世英雄少女心
盖世英雄少女心 2020-12-23 13:49

Currently I am installing psycopg2 for work within eclipse with python.

I am finding a lot of problems:

  1. The first problem sudo pip3.4 install ps
8条回答
  •  粉色の甜心
    2020-12-23 14:24

    well, I'd like to give my solution, the problem is related with the version of c. So, I just typed:

    CFLAGS='-std=c99' pip install psycopg2==2.6.1
    

提交回复
热议问题