Hey all, I've just started with Meltano, wanting t...
# troubleshooting
l
Hey all, I've just started with Meltano, wanting to load data from Contentful into BigQuery. I have set everything up but am stuck trying to do "meltano run tap-contentful", getting the error:
Copy code
Executable 'tap-contentful' could not be found. Extractor 'tap-contentful' may not have been installed yet using `meltano install extractor tap-contentful`, or the executable name may be incorrect
When I look at the stack trace its telling me that the executable file cannot be found, but the file exists, and the hyperlink in the stack trace even opens the file. Would really appreciate some help on this!!
p
What does your meltano.yml look like for this extractor? And I assume you tried reinstalling with no luck?
l
Ha no did not, but that fixed it! Thanks @Pat Nadolny (Arch). Is that typical behaviour with Meltano?
🎉 1
p
I personally havent run into it much, other than when I'm messing with the virtualenvs or something and at that point its expected. But if it cant find it then it never hurts to try a good ole fashion re-install like everything else 😅
😅 1