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

setup.py psycopg2 requirement update #60

Open
hanleyel opened this issue Jul 22, 2020 · 1 comment
Open

setup.py psycopg2 requirement update #60

hanleyel opened this issue Jul 22, 2020 · 1 comment

Comments

@hanleyel
Copy link

Hello,
I believe in your setup.py install_requires variable, 'psycopg2<=2.6.2' (line 46) is throwing an error when running on Anaconda Python 2.7 (which is recommended for this library). I changed it locally to 'psycopg2-binary' and am now able to run the setup.py file without error. Thanks!

@jairomelo
Copy link

Maybe this comment come too late, but if it's still helpful I found a workaround to this issue installing the specific version of pyscopg2

pip install "psycopg2>=2.7,2.8"

After that installation runs with only minor issues 😅

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