marieke
08/08/2023, 6:50 PMmeltano add loader target-redshift
but am getting errors installing it. Any ideas?
ERROR: Failed building wheel for psycopg2-binary
ERROR: Could not build wheels for psycopg2-binary, which is required to install pyproject.toml-based projects
marieke
08/08/2023, 6:51 PMedgar_ramirez_mondragon
08/08/2023, 7:19 PMmarieke
08/08/2023, 7:23 PMmarieke
08/08/2023, 7:23 PMedgar_ramirez_mondragon
08/08/2023, 7:28 PMpsycopg2-binary==2.8.5
, which doesn't have wheels for Python 3.9+.
• the fork mentioned in the thread above pins psycopg2-binary==2.9.5
, which does have the necessary wheels.
@Will Da Silva (Arch) can correct me if I'm wrong but I think Meltano cloud runs on Python 3.9 so only the latter option would work there.