Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #100409

Re: Can't find way to install psycopg2 in 3.5

Path csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail
From Chris Angelico <rosuav@gmail.com>
Newsgroups comp.lang.python
Subject Re: Can't find way to install psycopg2 in 3.5
Date Mon, 14 Dec 2015 20:01:15 +1100
Lines 15
Message-ID <mailman.4.1450083679.14916.python-list@python.org> (permalink)
References <000201d13637$87219040$9564b0c0$@ncrypted.com>
Mime-Version 1.0
Content-Type text/plain; charset=UTF-8
X-Trace news.uni-berlin.de /7RQIqyQWO/R94yPlqcB8Av5Q7RkzA0KyvoOezNzxiPQ==
Return-Path <rosuav@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.021
X-Spam-Evidence '*H*': 0.96; '*S*': 0.00; 'cc:addr:python-list': 0.09; 'python': 0.10; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'postgres,': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'subject:install': 0.16; 'wrote:': 0.16; 'changes': 0.20; '2015': 0.20; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'dec': 0.23; 'errors': 0.23; 'tried': 0.24; 'url:edu': 0.24; 'header:In-Reply-To:1': 0.24; 'mon,': 0.24; 'install': 0.25; "i've": 0.25; 'message-id:@mail.gmail.com': 0.27; '14,': 0.27; 'locations': 0.27; "i'd": 0.31; 'post': 0.31; "can't": 0.32; 'received:google.com': 0.35; 'something': 0.35; "isn't": 0.35; 'but': 0.36; 'there': 0.36; 'received:209.85': 0.36; 'possible': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'received:209.85.213': 0.37; 'received:209': 0.38; 'where': 0.40; 'still': 0.40; 'some': 0.40; 'chrisa': 0.84; 'to:none': 0.91; 'subject:find': 0.91; 'confidence': 0.95
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=4ufgcfvb55/7vXHdwfYdqiC+oYxYt1uDQH2sPtFzEVw=; b=y9n6cOFu4aJlLqT976P8dXV5eADR8gybMm1pUlNp32eba83xGnxmaMLqURCvCTwHy7 BKWokEnipTjtl6o9PCOlnmWb5/HgdMApXkaLV63KN3Be5HbBoxtVakRDpuewzRB3Sb2a IqxTVvR1tQpsf87rLUN/06rMmkUkUN7NCWaIPsud0LodsJgI4wFrSb1XcHSOBV4rXTsQ ChLNSrSWRj6s+ZwosG/hmbTPCh/aEID1sUjUtUkoX+rEcbNfJxbQS4AD0wWUfFuYNGEk m6WAfUYEZ4JtmWbOJK9Xubk/f7GSJtHyV+Tv7nwRd07+8O9Z4/R40DStlUm9flpYU91d e/Aw==
X-Received by 10.50.98.100 with SMTP id eh4mr16926547igb.13.1450083675633; Mon, 14 Dec 2015 01:01:15 -0800 (PST)
In-Reply-To <000201d13637$87219040$9564b0c0$@ncrypted.com>
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.20+
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Xref csiph.com comp.lang.python:100409

Show key headers only | View raw


On Mon, Dec 14, 2015 at 5:20 PM, Dhaval Parekh - NCrypted
<dhaval.parekh@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

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: Can't find way to install psycopg2 in 3.5 Chris Angelico <rosuav@gmail.com> - 2015-12-14 20:01 +1100

csiph-web