Re: Django + PostgreSQL Installation (pipenv install psycopg2)

2019-04-11 Thread Junaid Burke
Thanks Sandip and Danny, below commend worked for me. pipenv install psycopg2-binary Thanks > On Apr 11, 2019, at 2:08 AM, Sandip Nath wrote: > > Try the command: > pipenv install psycopg2-binary > > -- > You received this message because you are subscribed to the Google Groups > "Django

Django + PostgreSQL Installation (pipenv install psycopg2)

2019-04-10 Thread Sandip Nath
Try the command: pipenv install psycopg2-binary -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group,

Django + PostgreSQL Installation (pipenv install psycopg2)

2019-04-10 Thread Danny Blaker
https://github.com/psycopg/psycopg2/issues/699 Try updating pip too :) -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com

Django + PostgreSQL Installation (pipenv install psycopg2)

2019-04-10 Thread Danny Blaker
https://www.google.com/url?sa=t&source=web&rct=j&url=https://stackoverflow.com/questions/11618898/pg-config-executable-not-found&ved=2ahUKEwitxePlncfhAhVDwIsBHeQbBTEQjjgwAHoECAkQAg&usg=AOvVaw1ujp9GSEZRKKrkOSHWdMiD -- You received this message because you are subscribed to the Google Groups "Djan