Skip to content

Instantly share code, notes, and snippets.

@slaveofcode
Created October 18, 2016 17:13
Show Gist options
  • Save slaveofcode/676d80978b151ae006ee23a18f385978 to your computer and use it in GitHub Desktop.
Save slaveofcode/676d80978b151ae006ee23a18f385978 to your computer and use it in GitHub Desktop.
In case you have a problem when installing psycopg2 on centos which using python 3.4
# install these libs
sudo yum install python34-devel
# install postgresql devel
sudo yum install postgresql-devel
# or with version
sudo yum install postgresql93-devel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment