jenn_leon
04/26/2022, 1:57 PM3.8.13
Hoping you can guide me !edgar_ramirez_mondragon
04/26/2022, 2:27 PMmeltano.ymljenn_leon
04/26/2022, 2:30 PMjenn_leon
04/26/2022, 2:32 PMmeltano add loader target-postgres but its the same errorpat_nadolny
04/26/2022, 2:41 PMpat_nadolny
04/26/2022, 2:42 PMmeltano --log-level=debug add loader target-postgres you should get more detail around why its failing to installpat_nadolny
04/26/2022, 2:43 PMjenn_leon
04/26/2022, 2:45 PMpat_nadolny
04/26/2022, 2:48 PMjenn_leon
04/26/2022, 2:51 PMld: warning: directory not found for option '-L/usr/local/opt/openssl/lib'
ld: library not found for -lssl
clang: error: linker command failed with exit code 1 (use -v to see invocation)
error: command 'clang' failed with exit status 1
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: legacy-install-failure
Γ Encountered error while trying to install package.
β°β> psycopg2-binary
note: This is an issue with the package mentioned above, not pip.
hint: See above for output from the failure.
2022-04-26T14:49:03.761485Z [debug ] Failed to install plugin(s)
Traceback (most recent call last):
File "/Users/jennleon/.pyenv/versions/3.8.13/envs/meltano_db_orch/lib/python3.8/site-packages/meltano/cli/__init__.py", line 50, in main
cli(obj={"project": None})
File "/Users/jennleon/.pyenv/versions/3.8.13/envs/meltano_db_orch/lib/python3.8/site-packages/click/core.py", line 829, in __call__
return self.main(*args, **kwargs)
File "/Users/jennleon/.pyenv/versions/3.8.13/envs/meltano_db_orch/lib/python3.8/site-packages/click/core.py", line 782, in main
rv = self.invoke(ctx)
File "/Users/jennleon/.pyenv/versions/3.8.13/envs/meltano_db_orch/lib/python3.8/site-packages/click/core.py", line 1259, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/Users/jennleon/.pyenv/versions/3.8.13/envs/meltano_db_orch/lib/python3.8/site-packages/click/core.py", line 1066, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/Users/jennleon/.pyenv/versions/3.8.13/envs/meltano_db_orch/lib/python3.8/site-packages/click/core.py", line 610, in invoke
return callback(*args, **kwargs)
File "/Users/jennleon/.pyenv/versions/3.8.13/envs/meltano_db_orch/lib/python3.8/site-packages/meltano/cli/params.py", line 23, in decorate
return func(*args, **kwargs)
File "/Users/jennleon/.pyenv/versions/3.8.13/envs/meltano_db_orch/lib/python3.8/site-packages/meltano/cli/params.py", line 56, in decorate
func(project, *args, **kwargs)
File "/Users/jennleon/.pyenv/versions/3.8.13/envs/meltano_db_orch/lib/python3.8/site-packages/click/decorators.py", line 21, in new_func
return f(get_current_context(), *args, **kwargs)
File "/Users/jennleon/.pyenv/versions/3.8.13/envs/meltano_db_orch/lib/python3.8/site-packages/meltano/cli/add.py", line 129, in add
raise CliError("Failed to install plugin(s)")
meltano.cli.utils.CliError: Failed to install plugin(s)
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/Users/jennleon/.pyenv/versions/3.8.13/envs/meltano_db_orch/lib/python3.8/site-packages/meltano/cli/__init__.py", line 58, in main
raise CliError(str(err)) from err
meltano.cli.utils.CliError: Failed to install plugin(s)
Failed to install plugin(s)
(meltano_db_orch) jennleon@Jennifers-MacBook-Pro dbt_orchestration %
Also run pip3 install psycopg2-binary and pip install psycopg2 without problemspat_nadolny
04/26/2022, 2:54 PMpat_nadolny
04/26/2022, 2:57 PMbrew info openssljenn_leon
04/26/2022, 3:00 PMtarget-postres, i was exporting the wrong path, founded here
sorry for bothering! π
pat_nadolny
04/26/2022, 3:02 PMjenn_leon
04/26/2022, 3:12 PM1.101.0 .
i remove the extra spaces and rerun meltano install and now its stuck installing the tap-csv π
pat_nadolny
04/26/2022, 3:14 PM.meltano directory so you can try deleting that whole directory and installing again in case anything got messed up as part of debugging the other issuesjenn_leon
04/26/2022, 3:51 PMpat_nadolny
04/26/2022, 4:00 PMmeltano install given that meltano.yml file in the repo or you can run meltano install extractors , you shouldnt have to run any add statementsjenn_leon
04/26/2022, 4:02 PM761 meltano install --clean
762 meltano install extractor tap-csv
763 meltano install loader target-postgres
764 meltano install orchestrators airflow
765 meltano install
i dunno if i make something super wrong but yeah, also before the simple meltano install i delete the directory againpat_nadolny
04/26/2022, 4:04 PMjenn_leon
04/26/2022, 4:09 PMjenn_leon
04/26/2022, 4:16 PMpat_nadolny
04/26/2022, 4:18 PMmeltano --log-level=debug install or ..install x so you get some logs related to whats hangingedgar_ramirez_mondragon
04/26/2022, 4:18 PMdbt-snowflake is compiling its dependenciesjenn_leon
04/26/2022, 4:24 PMedgar_ramirez_mondragon
04/26/2022, 4:25 PMdbt-snowflake from the pip_url π