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

Incompatible taps & targets #102

Open
tomdean opened this issue Jun 26, 2019 · 4 comments
Open

Incompatible taps & targets #102

tomdean opened this issue Jun 26, 2019 · 4 comments

Comments

@tomdean
Copy link

tomdean commented Jun 26, 2019

At this point I've found it impossible to continue with any singer project, as basically no combination of taps & target work together due to any number of dependency errors.

pip install tap-shopify target-postgres

ERROR: target-postgres 1.1.3 has requirement singer-python==5.1.1, but you'll have singer-python 5.4.1 which is incompatible.

How about CSV?

pip install tap-shopify target-csv

ERROR: target-csv 0.3.0 has requirement singer-python==2.1.4, but you'll have singer-python 5.4.1 which is incompatible.

Maybe Klaviyo will work? Nope.

pip install tap-klaviyo target-postgres

ERROR: target-postgres 1.1.3 has requirement singer-python==5.1.1, but you'll have singer-python 3.2.1 which is incompatible.
ERROR: target-csv 0.3.0 has requirement singer-python==2.1.4, but you'll have singer-python 3.2.1 which is incompatible.
ERROR: tap-shopify 1.1.10 has requirement singer-python==5.4.1, but you'll have singer-python 3.2.1 which is incompatible.

Is there a plan to adopt semantic versioning (major/minor) so that packages can be updated to NOT rely on a specific version? Excited about the potential of singer, but disappointed in the number of roadblocks that pop up to get even a trivial example working.

@luandy64
Copy link
Contributor

@luandy64
Copy link
Contributor

Wrong button

@luandy64 luandy64 reopened this Jun 27, 2019
@tomdean
Copy link
Author

tomdean commented Jun 27, 2019

Thanks for the reference, will give that a shot.

@srajanpm
Copy link

I echo tomdean's sentiment. I see the potential of Singer but the basic tap and target "tap-exchangeratesapi" and target-cvs is not working with incompatible versions.

tap-exchangeratesapi 0.1.1 has requirement singer-python==5.3.3, but you'll have singer-python 2.1.4 which is incompatible.

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

3 participants