Hi all, I am trying to get meltano running again ...
# troubleshooting
w
Hi all, I am trying to get meltano running again (it used to work) but after some month of not using it, I am unable to install plugins via docker container on my project (local). https://docs.meltano.com/guide/containerization But trying to install a plugin results in a container which just hangs. docker run -v ${PWD}:/project -w /project -i meltano/meltano:v1.99.0-python3.7 install extractor tap-postgres
p
I remember seeing this thread a while ago with a similar issue https://meltano.slack.com/archives/C04B3UD8PGE/p1669617182085859
What plugins are you using? What OS? Etc. might help with debugging
w
I am using Windows and WSL2 + Docker Desktop
Image is meltano/meltano:v1.99.0-python3.7
I am trying to install for example tap-csv and tap-postgres
When running for example: docker run -v ${PWD}:/project -w /project -i meltano/meltano:v1.99.0-python3.7 install extractor tap-csv The cointainer is hanging on: Installing 1 plugins... Installing extractors 'tap-csv'...
Also within my project path a .meltano folder will be created and also a extractor folder and within it the tap-csv folder with some files, but it looks like it can not download or install or finish it up
Okay, it took very long time. But after installing 1 plugin after another, it finally worked. But I don't think this behaviour is normal. It used to work without any issues. But since then I got a lot of Windows Updates and updated Docker as well.
So I don't know what is happening there.
w
I've logged an issue to track this: https://github.com/meltano/meltano/issues/7325
a
@willi_langlitz - Did you find a solution? Several possible fixes or mitigations listed here: https://github.com/meltano/meltano/issues/7325#issuecomment-1435115241 Would appreciate if you could let us know if any of them help address your issue.