When I try and send marketo data to the singer target-csv I am getting this error
artsy-nicholass:marketo-fulcrum nicholassewitz$ tap-marketo -c config.json -s state.json | target-csv -c csv-config.json
Traceback (most recent call last):
File "/usr/local/bin/tap-marketo", line 7, in <module>
from tap_marketo import main
File "/usr/local/lib/python3.6/site-packages/tap_marketo/__init__.py", line 12, in <module>
from singer import utils
ImportError: cannot import name 'utils'
When I try and send marketo data to the singer target-csv I am getting this error