Hey! I'm trying to install <https://hub.meltano.co...
# plugins-general
j
Hey! I'm trying to install https://hub.meltano.com/loaders/target-gcs/ and i'm getting the error:
ERROR: No matching distribution found for singer-sdk<0.6.0,>=0.5.0
has anyone experienced this with a plugin? Any advice on how to get around it? Thanks
1
e
Hi @Jack Reichert! That old version of singer-sdk might just not be compatible with your Python version. If that's the case, you have a few options: 1.
meltano add --python=python3.10 loader target-gcs
(or another compatible version) 2. Downgrade to a Python version that's compatible with the plugin Long-term we should probably send the maintainer a PR to https://github.com/Datateer/target-gcs that bumps the singer-sdk version.
j
hmm, thank you!
I was just able to figure out how to use it, I'm testing now. I cloned it, updated the deps and added it as a custom loader. 🤞 Thanks for your help!
🙌 1
e
happy to help!
🙏 1