datamade / nyc-council-councilmatic

NYC Council version of Councilmatic
MIT License
7 stars 3 forks source link

`psycopg2` version wheel build #164

Open d9it opened 3 years ago

d9it commented 3 years ago

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.

davidmooreppf commented 3 years ago

Seen, will see about getting an answer.

davidmooreppf commented 3 years ago

See current version here: https://github.com/datamade/django-councilmatic/tree/2.5

d9it commented 3 years ago

@davidmooreppf

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.

python