Reputation: 163
I am trying to deploy django app to heroku. I am getting error when I install django-heroku. It's getting failed. The error is
pg_config is required to build psycopg2 from source
I tried to install psycopg2 too.It is also getting failed. I am using MacOS 10.15.4 and Python 3.8.1. How can I solve this error to deploy django app?
Upvotes: 1
Views: 158