Re: psycopg2 not able to be installed in macosx sierra

From: Daniele Varrazzo <daniele(dot)varrazzo(at)gmail(dot)com>
To: "kristofer(dot)anandita41" <kristofer(dot)anandita41(at)ui(dot)ac(dot)id>
Cc: "psycopg(at)postgresql(dot)org" <psycopg(at)postgresql(dot)org>
Subject: Re: psycopg2 not able to be installed in macosx sierra
Date: 2016-09-29 11:04:46
Message-ID: CA+mi_8Y5PBQZihZ73YtjOD-WR4vU_JEPCK8pFOaCTr87wVc2iA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: psycopg

On Thu, Sep 29, 2016 at 2:44 AM, kristofer.anandita41
<kristofer(dot)anandita41(at)ui(dot)ac(dot)id> wrote:
> Hi Postgresql team,

Hi Kristofer :)

> I am currently working on a class project for a class in my university which
> uses postgresql as the database of choice. Hence, I needed to install
> psycopg2 through pip. Unfortunately, I could not install psycopg2 for some
> apparent reason. I suspect this is because psycopg2 is not yet supported in
> the new macosx sierra. Attached is a screenshot of the error through
> installing it through the terminal. I would like to ask assistance in this
> matter so that I can further continue working on my project.

The log shows you are missing the ssl library. I don't use Mac OS so
don't know exactly how to install it or configure the system to find
it. Googling should help you though, for instance:

http://stackoverflow.com/questions/38296469/cannot-compile-cargo-on-macos-10-12-because-ssl-cannot-be-found

Good luck!

-- Daniele

In response to

Browse psycopg by date

  From Date Subject
Next Message Daniele Varrazzo 2016-09-29 12:45:34 An evening with psycopg in Brighton
Previous Message kristofer.anandita41 2016-09-29 01:44:24 psycopg2 not able to be installed in macosx sierra