ubuntu上跑python连接pg,报错 ImportError: No module named psycopg2

apt-get install -y python-psycopg2 python-psycopg2-doc python-psycopg2-dbg

sudo apt-get build-dep python-psycopg2


Error: You need to install postgresql-server-dev-X.Y for building a server-side extension or libpq-dev for building a client-side application


install:

apt-get install postgresql-server*

你可能感兴趣的:(ubuntu上跑python连接pg,报错 ImportError: No module named psycopg2)