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

brainy-appointment-14137

01/26/2021, 4:59 PM
I am trying to add the snowflake loader using this command
Copy code
meltano add loader target-snowflake-raw --inherit-from target-snowflake
I get two errors:
Copy code
Error: pg_config executable not found.
and
Copy code
WARNING: Discarding <https://files.pythonhosted.org/packages/dc/93/bb5655730913b88f9068c6b596177d1df83be0d476671199e17b06ea8436/psycopg2-binary-2.8.2.tar.gz#sha256=4c2d9369ed40b4a44a8ccd6bc3a7db6272b8314812d2d1091f95c4c836d92e06> (from <https://pypi.org/simple/psycopg2-binary/>) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

ERROR: Could not find a version that satisfies the requirement snowflake-connector-python==1.9.0 (from target-snowflake)

ERROR: No matching distribution found for snowflake-connector-python==1.9.0

Failed to install plugin(s)
I am on Mac OS catalina any help ? 👀
✅ 1
r

ripe-musician-59933

01/26/2021, 5:01 PM
@brainy-appointment-14137 Someone else ran into this same issue recently: https://meltano.slack.com/archives/C013EKWA2Q1/p1610650531007600
b

brainy-appointment-14137

01/26/2021, 5:06 PM
@ripe-musician-59933 Yes installed successfully after I brew installed posgresql thank you !