You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to perform pip install -r requirements.txt to install all the dependencies, its getting failed everytime at psycopg2 saying It appears you are missing some prerequisite to build the package from source. You may install a binary package by installing 'psycopg2-binary' from PyPI. If you want to install psycopg2 from source, please install the packages required for the build and try again.
Even though all the pre-requistite are already satisfied along with python3.4 and postgres 9+.
When try to use latest psycopg2 i.e 2.8, it works but causing code error due to incompitable versions.
The text was updated successfully, but these errors were encountered:
When trying to execute migrate command, its throwing error related to django_rq and rq library as they are not compatible with python 3.7 as requirements says Python 3.4 +.
Provide an perfect solution for this repo to run it locally or on the production server.If possible try to update the library versions to latest one.
Steps provided in the readme.md is general for the all the django projects.
When trying to perform
pip install -r requirements.txt
to install all the dependencies, its getting failed everytime atpsycopg2
sayingIt appears you are missing some prerequisite to build the package from source. You may install a binary package by installing 'psycopg2-binary' from PyPI. If you want to install psycopg2 from source, please install the packages required for the build and try again.
Even though all the pre-requistite are already satisfied along with python3.4 and postgres 9+.
When try to use latest
psycopg2
i.e2.8
, it works but causing code error due to incompitable versions.The text was updated successfully, but these errors were encountered: