ingo_klose
01/27/2021, 2:18 PMdouwe_maan
01/27/2021, 3:40 PMasyncio.create_subprocess_exec
raised a FileNotFound
error, and I generally trust that library to do its file existence checks correctly 🙂 If you run meltano install extractor tap-adwords
to reinstall just this plugin, does the problem go away?ingo_klose
01/27/2021, 3:55 PM.meltano
and reinstalled. Got a successfully installed message, too.douwe_maan
01/27/2021, 3:59 PMdouwe_maan
01/27/2021, 4:00 PMmeltano elt
or meltano invoke
, does it work then?douwe_maan
01/27/2021, 5:04 PMingo_klose
01/27/2021, 5:06 PMdouwe_maan
01/27/2021, 5:06 PMdouwe_maan
01/27/2021, 6:17 PMtap-adwords
executable started with #!/path/to/python
, where path/to/python
included space characters, which is not supported in the shebang/hashbang interpreter path: https://lists.gnu.org/archive/html/bug-bash/2008-05/msg00052.htmlingo_klose
01/28/2021, 9:37 AM