I'm still having problems executing `invoke` or `e...
# troubleshooting
n
I'm still having problems executing
invoke
or
elt
when using docker, I rebuild the docker image but I get this error:
e
is this via some instructions I can attempt to follow.. seems you have some issue with a module not being found.. but I do not recognize your tap.. I would start with a simpler CSV example like the tutorials unless you have another tutorial I don’t know about
n
Oh, now I tried with the
tap-facebook
and it works fine. I created that
tap-adjust
and I can use it successfully when directly using meltano commands, but I get those errors when trying to use it with docker
j
I think this has something to do with the python versions you are using locally and inside docker.
dataclasses
is not included in python 3.6. You might want to use python 3.8/3.9 for your docker image.
n
Ok I'll try that, thanks
I have tried using the meltano version @douwe_maan sent in another message (registry.gitlab.com/meltano/meltano:f5774af62847b100f055600bd085a769f6f3c50f-python3.8) and now it works fine. Thank you!
j
Great!