-
Notifications
You must be signed in to change notification settings - Fork 62
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
Wrong psycopg2 version #134
Comments
I guess due to this the pip installation is failing with the below error:
I have update the psycopg2 version in setup.py with latest version [2.9.3], it worked fine, but got other issue for mac osx which is mentioned below:
It worked for psycopg==2.9.3 and was failing for psycopg==2.7.3 and psycopg==2.8.4 as well, I used python 3.8.2. Setup.py
|
astrojuanlu
added a commit
to astrojuanlu/singer-io-tap-postgres
that referenced
this issue
May 11, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description of change
Hi, I was looking at the last commit 'Revert "Bump python 396 (#130)" (#131)' and I have noticed that on the circleCI config.yml psycopg2==2.8.4 is used but on the setup.py file psycopg2==2.7.4 is used. I think it was a typo.
The text was updated successfully, but these errors were encountered: