You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created a fresh venv with python 3.6.8 and installed tap-klaviyo version 0.1.1
This was the traceback running
$ tap-klaviyo -c my_config.json -d
Traceback (most recent call last):
File "/blahblah/ktt/venv/bin/tap-klaviyo", line 11, in <module>
load_entry_point('tap-klaviyo==0.1.1', 'console_scripts', 'tap-klaviyo')()
File "/blahblah/ktt/venv/lib/python3.6/site-packages/tap_klaviyo/__init__.py", line 151, in main
do_discover(args.config['api_key'])
File "/blahblah/ktt/venv/lib/python3.6/site-packages/tap_klaviyo/__init__.py", line 144, in do_discover
print(json.dumps(discover(api_key), sys.stdout, indent=2))
TypeError: dumps() takes 1 positional argument but 2 positional arguments (and 1 keyword-only argument) were given
Is there something I'm doing wrong, or does tap-klaviyo not support python 3.6?
The text was updated successfully, but these errors were encountered:
I created a fresh venv with python 3.6.8 and installed
tap-klaviyo
version 0.1.1This was the traceback running
Is there something I'm doing wrong, or does
tap-klaviyo
not support python 3.6?The text was updated successfully, but these errors were encountered: