Hello all, I'm new on meltano. I'm trying to insta...
# troubleshooting
e
Hello all, I'm new on meltano. I'm trying to install the
tap-facebook-pages
extractor on my docker, I followed the "Install Meltano" guide, but when I execute the command:
meltano add extractor tap-facebook-pages
I'm getting the error
Copy code
ERROR: No matching distribution found for singer-sdk==0.1.6
How could I fix that? Any help will be strongly appreciated. Thanks !
j
I tried locally in my project and go the same error. It does throw a much of python version checks before that. have you tried other taps? See if it is just this one?
It may also be a python version conflict
e
I tried several versions of python: 3.6, 3.7 and of meltano. I also tought that a good combination of versions should work, but nothing has work so far. When modifying only python I get the same error (meltano=latest). For other versions of meltano (that are too old I suppose) I get the error saying the tap is not know to meltano.
Thanks for your asnwer and trying that on your side.
j
I am running python 3.9.16
Have you tried adding other taps? I think there might be issue with tap, but want to make sure
have you tried the voxmedia varient?
e
Yes, I tried and it worked. Also the new available variant airbyte is seemingly working (I succeeded to install it). Thanks for your help!