Re: Error on import psycopg2

2021-09-19 Thread Felix Orinda
pip install psycopg2-binary Should work for you. Give me feedback on whether it has worked or not On Sep 17, 2021 21:18, "Aashish Kumar" wrote: install this package 👇 pip install psycopg2-binary It works perfectly On Wed, 15 Sep 2021 at 9:40 PM, 'Maryam Yousaf' via Django users < django-users

Re: Error on import psycopg2

2021-09-17 Thread Aashish Kumar
install this package 👇 pip install psycopg2-binary It works perfectly On Wed, 15 Sep 2021 at 9:40 PM, 'Maryam Yousaf' via Django users < django-users@googlegroups.com> wrote: > Hello, > > I need psycopg2 for postgres database in django. While installing it, I am > getting below error. I tried e

Re: Error on import psycopg2

2021-09-17 Thread 'Maryam Yousaf' via Django users
Thank you all. It was resolved by making new virtual environment and installing it again On Fri, Sep 17, 2021, 6:47 PM Vinay Bagare wrote: > Try > > >> psycopg2-binary > > Best, > Vinay Bagare > > Sent from my iPhone > > > On Sep 15, 2021, at 12:15 PM, Kasper Laudrup > wrote: > > > > On 15/09/

Re: Error on import psycopg2

2021-09-17 Thread Vinay Bagare
Try >> psycopg2-binary Best, Vinay Bagare Sent from my iPhone > On Sep 15, 2021, at 12:15 PM, Kasper Laudrup wrote: > > On 15/09/2021 16.40, 'Maryam Yousaf' via Django users wrote: >> Hello, >> I need psycopg2 for postgres database in django. While installing it, I am >> getting below erro

Re: Error on import psycopg2

2021-09-15 Thread FIRDOUS BHAT
Try installing this package, pip install psycopg2-binary On Wed, Sep 15, 2021 at 10:45 PM Kasper Laudrup wrote: > On 15/09/2021 16.40, 'Maryam Yousaf' via Django users wrote: > > Hello, > > > > I need psycopg2 for postgres database in django. While installing it, I > > am getting below error. I

Re: Error on import psycopg2

2021-09-15 Thread Kasper Laudrup
On 15/09/2021 16.40, 'Maryam Yousaf' via Django users wrote: Hello, I need psycopg2 for postgres database in django. While installing it, I am getting below error. I tried everything on internet but it still there. Kindly help me out. Did you try this: https://stackoverflow.com/questions/

Error on import psycopg2

2021-09-15 Thread 'Maryam Yousaf' via Django users
Hello, I need psycopg2 for postgres database in django. While installing it, I am getting below error. I tried everything on internet but it still there. Kindly help me out. Error: "File "/Users/maryam.yousaf/Documents/venv/lib/python3.8/site-packages/psycopg2/__init__.py", line 51, in