First time here? Check out the FAQ!
0

error:downloading
 

Hi, I have tried several time for the setup of psycopg2 with pip install. But every time it is giving the error http://fpaste.org/ievp/. Please take a look.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
asked 13 years ago
This post is a wiki. Anyone with karma >100 is welcome to improve it.

Comments

see more comments

1 Answer

0

Looks like you need package postgres-devel or similar to compile the postgres binding module, take a look here: http://openacs.org/forums/message-view?message_id=28908

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
answered 13 years ago
This post is a wiki. Anyone with karma >100 is welcome to improve it.
link

Comments

You need to install postgres-dev packages (not exact name but -dev will give you the lead)

Fitoria's avatar Fitoria (13 years ago)

It is postgresql-devel in Fedora and since you used fpaste, I am assuming that is what you are using.

mether's avatar mether (13 years ago)

ok I am trying again

Koustava Goswami's avatar Koustava Goswami (13 years ago)
see more comments