Hi All :wave: I've just started testing/using Mel...
# getting-started
a
Hi All 👋 I've just started testing/using Meltano and having a small issue locally with Docker (M1 Mac). I'm getting an install error with
psycopg2
which then stops
target-redshift
being installed. Can anyone point me any docs for a workaround/fix?
cli-log.txt
m
Are you able to share your Dockerfile?
s
try switch
psycopg2-binary
to
psycopg2
. as mentioned in https://www.psycopg.org/docs/install.html
a
I installed the image via pre-built docker image. (https://docs.meltano.com/guide/installation-guide/#using-pre-built-docker-images), not sure I can see the Dockerfile.
Would it be worth trying with Python 3.12 version?
e
This is known issue of target-redshift. It pins a really old version of psycopg2-binary that doesn't have wheels for anything beyond Python 3.8.
a
Perfect, I've changed the version to
meltano/meltano:latest-python3.12
and it's working fine 🙂 thanks for you help!
🙌 1
👀 1