Install psycopg2 on Ubuntu

后端 未结 6 1918
梦谈多话
梦谈多话 2020-12-28 12:05

I\'m trying to get the python postgres client module installed on Ubuntu 12.04. The guidance is to do the following:

apt-get install python-psycopg2
         


        
6条回答
  •  时光说笑
    2020-12-28 12:26

    I updated my requirements.txt to have psycopg2==2.7.4 --no-binary=psycopg2 So that it build binaries on source

提交回复
热议问题