I am trying to install google-search-console `melt...
# troubleshooting
h
I am trying to install google-search-console
meltano add extractor tap-google-search-console
@Sven Balnojan @aj_steers Facing issue. __init__() got an unexpected keyword argument 'request_timeout'. Can someone help me with this issue.
w
Hi @hitesh. I've seen this error before. It likely means that you have installed other Python packages alongside Meltano, breaking the virtual environment for Meltano. Is installing Meltano using
pipx
an option for you? Instructions are provided here: https://docs.meltano.com/getting-started/installation
pipx
will create a virtual env specifically for Meltano, and make the
meltano
command globally available (so you don't have to activate the virtual environment yourself - it will be used automatically just for the
meltano
command).
h
Great worked for me
Have you worked with
tap-google-search-console.
I want to learn how can I select reports. I don't need all performance_reports
w
I have not. You may be able to get assistance from the community or another Meltano team member by starting a new thread in #CMN8HELB0, or #C01TCRBBJD7 if you have a specific problem you'd like to debug.