Hi - I try to run
meltano run tap-csv target-s3
and keep getting an error saying
Executable 'tap-csv' could not be found.
But I can see that in
/.meltano/extractors
, there's
tap-csv
. How can I further debug this? I tried using
--log-level=debug
and it shows
FileNotFoundError: [Errno 2] No such file or directory: '.../.meltano/extractors/tap-csv/venv/bin/tap-csv'
, but I can
cd
into the
/bin
and see the
tap-csv
.
Re-running
meltano install extractor tap-csv
doesn't seem to help either.