Skip to content

ImportError: cannot import name 'strptime_to_utc' from 'singer.utils' (/opt/homebrew/lib/python3.9/site-packages/singer/utils.py) #94

@rajeshanbarasu

Description

@rajeshanbarasu

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.

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions