Luke Riley
12/20/2024, 1:13 PMmeltano run tap-postgres target-postgres
and I get:
...
2024-12-20T13:05:34.257693Z [info ] import psycopg cmd_type=elb consumer=True job_name=dev:tap-postgres-to-target-postgres name=target-postgres producer=False run_id=33c3666d-ea4c-4ef2-b595-0f3e73b6d35a stdio=stderr string_id=target-postgres
2024-12-20T13:05:34.258163Z [info ] ModuleNotFoundError: No module named 'psycopg' cmd_type=elb consumer=True job_name=dev:tap-postgres-to-target-postgres name=target-postgres producer=False run_id=33c3666d-ea4c-4ef2-b595-0f3e73b6d35a stdio=stderr string_id=target-postgres
2024-12-20T13:05:34.333203Z [error ] Loader failed
2024-12-20T13:05:34.333432Z [error ] Block run completed. block_type=ExtractLoadBlocks err=RunnerError('Loader failed') exit_codes={<PluginType.LOADERS: 'loaders'>: 1} set_number=0 success=False
Need help fixing this problem? Visit <http://melta.no/> for troubleshooting steps, or to
join our friendly Slack community.
Run invocation could not be completed as block failed: Loader failed
I have tried with both a virtual environment + pip, and pipxvisch
12/20/2024, 1:14 PMEdgar Ramírez (Arch.dev)
12/20/2024, 3:06 PMmeltano --version
), Python version
• Can you run meltano install --force
and then try again the command that failedLuke Riley
12/20/2024, 11:02 PMuv
instead of pip
I tried both of your suggestions, but on their own (still using pip/pipx) did not work
My eventual python version is 3.11.11
, I'm on macos 15.1.1
, meltano, version 3.6.0
Edgar Ramírez (Arch.dev)
12/21/2024, 1:03 AM