Can't find way to install psycopg2 in 3.5

Chris Angelico rosuav at gmail.com
Mon Dec 14 04:01:15 EST 2015


On Mon, Dec 14, 2015 at 5:20 PM, Dhaval Parekh - NCrypted
<dhaval.parekh at ncrypted.com> wrote:
> I've digged a lot but I couldn't find psycopg2 for python 3.5.

Here's where I'd get a psycopg2 binary:

http://www.lfd.uci.edu/~gohlke/pythonlibs/#psycopg

If you've tried that and still can't get Python to talk to Postgres,
post any errors you got from the installation, and we'll see what's
wrong. There were some changes to install locations and such in 3.5 so
it's possible that something isn't working with those binaries. But I
have fair confidence in them.

ChrisA



More information about the Python-list mailing list