jan_soubusta
01/13/2025, 3:19 PMmeltano install loader target-snowflake
, it fails. Example error snippet:
2025-01-13T16:01:15,381 psycopg/psycopgmodule.c:1091:25: error: lvalue required as left operand of assignment
2025-01-13T16:01:15,381 1091 | Py_TYPE(&errorType) = &PyType_Type;
2025-01-13T16:01:15,382 | ^
2025-01-13T16:01:15,389 error: command '/usr/bin/x86_64-linux-gnu-gcc' failed with exit code 1
I tried Python 3.10, 3.11, and 3.12.
Affected wheels which cannot be built: psycopg2, psycopg2-binary, cffi
meltano.yaml:
- name: target-snowflake
variant: meltanolabs
pip_url: target-snowflake
Please, help.jan_soubusta
01/14/2025, 1:31 PMjan_soubusta
01/14/2025, 5:17 PMpip_url
, I just changed its value to target-snowflake
.
In this case, it behaves really crazy. It reports failures while building wheels for postgres and cffi, weird.
Anyway, when I remove `pip_url`directive, it works as expected 🎉Edgar RamÃrez (Arch.dev)
01/15/2025, 4:07 AMjan_soubusta
01/15/2025, 8:09 AMjan_soubusta
01/15/2025, 9:14 AMEdgar RamÃrez (Arch.dev)
01/15/2025, 4:09 PM