-
Notifications
You must be signed in to change notification settings - Fork 146
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 'Try It' code on singer.io doesn't work #66
Comments
It doesn't work on Ubuntu Linux 19.10 either, but for different reasons: Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): |
It doesn't work in Docker's python container, either, but at least it installs: docker container run -it python /bin/bash #result: headers but no numbers |
Installing the tap and targets in separate virtual environments fixes this issue, but then you get:
When I inspect {'success': False, 'error': {'code': 101, 'type': 'missing_access_key', 'info': 'You have not supplied an API Access Key. [Required format: access_key=YOUR_ACCESS_KEY]'}} Given that this "try it" code is many people's first exposure to singer, it really seems like it should be switched to a different tap. |
The try it https://www.singer.io/#what-it-is code on singer.io doesn't work
After installing
pip3 install target-csv tap-exchangeratesapi
Executing
tap-exchangeratesapi | target-csv
Throws the below error:
MacOS Mojave (10.14.6)
The text was updated successfully, but these errors were encountered: