Every see this error at the end of `meltano instal...
# troubleshooting
a
Every see this error at the end of
meltano install
? I have five plugins that are installing correctly, and then this error
__init__() got an unexpected keyword argument 'request_timeout'
I can run this command successfully locally, but when doing a docker build, it errors
e
Hi @adam_roderick! Which version of Meltano are you on?
a
1.97.0 but we forked it to change the click dependency from
^7.0
to
>=7.0
. The installed version of click is 8.0.4
👆 is consistent within the docker container and without
e
Ah so you're installing other packages in the same venv as Meltano? Then the error is probably caused by one of those requiring an older version of the snowplow tracker
I'm guessing it's dbt
a
Yes in the same venv
We aren't using the snowplow tracker
or are you saying Meltano uses it internally for tracking?
Disregard--I see the comments in the MR. Thanks Edgar