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 am setting up the tap-mambu (as per the documentation) on my local machine and get the below error when I try to run the tap. Please let me know if I am missing anything
I am not an expert in python. So, please let me know if I am missing any basic stuff.
Traceback (most recent call last):
File "/opt/homebrew/bin/tap-mambu", line 5, in
from tap_mambu import main
File "/opt/homebrew/lib/python3.9/site-packages/tap_mambu/init.py", line 8, in
from tap_mambu.sync import sync_all_streams
File "/opt/homebrew/lib/python3.9/site-packages/tap_mambu/sync.py", line 4, in
from .helpers.generator_processor_pairs import get_generator_processor_for_stream, get_stream_subtypes
File "/opt/homebrew/lib/python3.9/site-packages/tap_mambu/helpers/generator_processor_pairs.py", line 25, in
from ..tap_processors.audit_trail_processor import AuditTrailProcessor
File "/opt/homebrew/lib/python3.9/site-packages/tap_mambu/tap_processors/audit_trail_processor.py", line 1, in
from .processor import TapProcessor
File "/opt/homebrew/lib/python3.9/site-packages/tap_mambu/tap_processors/processor.py", line 4, in
from singer.utils import strptime_to_utc, now as singer_now
ImportError: cannot import name 'strptime_to_utc' from 'singer.utils' (/opt/homebrew/lib/python3.9/site-packages/singer/utils.py)
The text was updated successfully, but these errors were encountered:
Hi All
I am setting up the tap-mambu (as per the documentation) on my local machine and get the below error when I try to run the tap. Please let me know if I am missing anything
I am not an expert in python. So, please let me know if I am missing any basic stuff.
The text was updated successfully, but these errors were encountered: