Hi All, getting this error while installinf tap-s3...
# troubleshooting
s
Hi All, getting this error while installinf tap-s3-csv--" Extractor 'tap-s3-csv' could not be installed: failed to install plugin 'tap-s3-csv'. " What can be the possible reason?
t
In my case (with multiple different taps) it was incompatible version of python. Maybe you could try switching the python runtime version to see if it works.
s
so at last which python version worked for you?
t
Depends on the plugin. Some required version lesser than 3.11 (e.g. 3.10), some required at least version 3.10. 😕
s
ok..seems a lot of hit and trial😐
e
You could also try running
meltano install --force
to bypass any Python version requirements
s
now getting this-->ModuleNotFoundError: No module named 'rpds.rpds'. But I checked rpds already installed in the environment
e
After running what command?
s
After running "meltano add extractor tap-s3-csv" as well as "meltano install --force"
e
Ok, I think rpds is a dependency of the jsonschema library? Try recreating the venvs with
meltano install --force --clean