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

The 'backoff==1.3.2' distribution was not found and is required by tap-fixerio #13

Open
VindiwW opened this issue Jan 5, 2021 · 0 comments

Comments

@VindiwW
Copy link

VindiwW commented Jan 5, 2021

It seems this issue is in tap-fixerio. If you see setup.py,
https://github.com/singer-io/tap-fixerio/blob/master/setup.py
It is requiring singer-python>=0.1.0 and that would install the newest singer-python as required package. Also note that backoff requirement is pinned to backoff==1.3.2.
Now see singer-python's setup.py:
https://github.com/singer-io/singer-python/blob/master/setup.py
The newest version is installing backoff==1.8.0
This is why the execution is resulting in the error.

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

1 participant