Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

psycopg2 version wheel build #164

Open
d9it opened this issue May 5, 2021 · 3 comments
Open

psycopg2 version wheel build #164

d9it opened this issue May 5, 2021 · 3 comments

Comments

@d9it
Copy link

d9it commented May 5, 2021

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
Copy link
Contributor

Seen, will see about getting an answer.

@davidmooreppf
Copy link
Contributor

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

@d9it
Copy link
Author

d9it commented Jun 2, 2021

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants