https://meltano.com/ logo
#announcements
Title
# announcements
m

mammoth-greece-6797

03/26/2021, 12:51 PM
Hey all 👋 Just getting started checking out Meltano; v cool. I’m working through the simple demo on https://meltano.com but keep getting an error running
meltano add loader target-postgres --variant meltano
. This seems to be the error
Copy code
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
Any ideas? Thanks!
1
🐳 1
s

salmon-salesclerk-77709

03/26/2021, 1:28 PM
which version of Python are you on?
m

mammoth-greece-6797

03/26/2021, 1:50 PM
3.7.10.
s

salmon-actor-23953

03/26/2021, 3:48 PM
@mammoth-greece-6797 I haven’t seen this error before personally, and 3.7.x should be supported. If you don’t find a solution, it might be worth dropping a new item with the full log output in our issue tracker.
We’re about to jump into our #demo-day but afterwards I’m happy to help debug this.
m

mammoth-greece-6797

03/26/2021, 4:16 PM
@salmon-actor-23953 it’s not super urgent but it would be nice to get this figured out. I’m sure it’s something with my local setup
s

salmon-actor-23953

03/26/2021, 10:18 PM
@mammoth-greece-6797 - Are you still seeing this error? And if so, can you let me know which OS you are using? We do have a known issue for the Macbook M1 so let me know if that matches or not to your workstation.
r

ripe-musician-59933

03/26/2021, 10:20 PM
@mammoth-greece-6797 Also, can you share the full log output? It looks like some dependency is failing to install, but it's not clear from this snippet which dependency that is.
s

salmon-actor-23953

03/26/2021, 10:24 PM
@ripe-musician-59933 - thanks, that’s a great idea! @mammoth-greece-6797 - I opened this for tracking: Error `ld: library not found for -lssl` during `target-postgres` install (#2680) · Issues · meltano / Meltano · GitLab If you don’t mind pasting your logs here, that would be a big help in debugging.
👍 1
m

mammoth-greece-6797

03/29/2021, 3:50 PM
Hi @salmon-actor-23953 @ripe-musician-59933 - I am on a Mac but not M1. I’ll update that ticket with the full log when I get a chance. I suspect the issue is my use of homebrew and pyenv + pipenv. I think the installation is attempting to compile something and because of one factor or another, it can’t find the compiler.
r

ripe-musician-59933

03/29/2021, 6:03 PM
@mammoth-greece-6797 I've posted a suggestion in the issue: https://gitlab.com/meltano/meltano/-/issues/2680#note_540359696
m

mammoth-greece-6797

03/29/2021, 6:31 PM
ahhh that did it, thank you!
fwiw I am looking at using Meltano to extract data from GitLab. We have a script that pulls data incrementally from projects, pipelines, jobs, etc. but it’s less than perfect.
r

ripe-musician-59933

03/29/2021, 6:36 PM
Ah cool, let me know how https://gitlab.com/meltano/tap-gitlab works for you!