Re: Postgre sql problem

2019-09-10 Thread acema alex
Try to follow these steps; - Install PostgreSQL, -install psycopg2 binary version , -create the database in the PostgreSQL, - then go to your settings.py of your project and do these on the database setting DATABASES = { 'defaults': { 'ENGINE':

Re: Postgre sql problem

2019-09-10 Thread Aniket Jain
Hello , Please pip install psycopg2 On Sat, 7 Sep, 2019, 1:19 AM Elmaco7, wrote: > *Hello, I'm trying to use Postresql with my django project, but when i try > to install psycopg2(with this command 'pip3 install psycopg2') this > problem appears:* > > Collecting psycopg2 > Using cached >

Re: Postgre sql problem

2019-09-10 Thread Team Infinity
You must have postresql installed so as to install psycopg2 :) On Saturday, September 7, 2019 at 1:34:31 AM UTC+5:45, Elmaco7 wrote: > > *Hello, I'm trying to use Postresql with my django project, but when i try > to install psycopg2(with this command 'pip3 install psycopg2') this > problem

Re: Postgre sql problem

2019-09-10 Thread N'BE SORO
Hello. Install *psycopg2 binary version* Le ven. 6 sept. 2019 à 22:06, Thomas Lockhart a écrit : > You need the python-devel package installed for the version of python you > are running. > > - Tom > > On Sep 6, 2019, at 12:49 PM, Elmaco7 wrote: > > *Hello, I'm trying to use Postresql with my

Re: Postgre sql problem

2019-09-06 Thread Thomas Lockhart
You need the python-devel package installed for the version of python you are running. - Tom > On Sep 6, 2019, at 12:49 PM, Elmaco7 wrote: > > Hello, I'm trying to use Postresql with my django project, but when i try to > install psycopg2(with this command 'pip3 install psycopg2') this

Postgre sql problem

2019-09-06 Thread Elmaco7
*Hello, I'm trying to use Postresql with my django project, but when i try to install psycopg2(with this command 'pip3 install psycopg2') this problem appears:* Collecting psycopg2 Using cached