You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Redis version: image: redis from docker file. So it will be latest.
Python version: FROM python. So it wil be latest(3.10 ig).
Problem Description:
Container exits due to the error below.
Setup is working fine on windows but not on mac M1. And the fault is not in pgsync but one of the library used. psycopg2-binary.
Currently there is a bug in binary. Is it possible not use binary and use psycopg2 directly.
More about the bug.
FYI this should be fixed now and can probably be closed. I put in an initial PR to bump the version of psycopg2-binary which included the updated libpq, but the dependencies have since been updated to use this.
PGSync version:
pip install pgsync
. So it will be latest.Postgres version:
FROM postgres:latest
in docker file. So it will be latest too. ig (14.1)Elasticsearch version:
image: elasticsearch:7.16.3
Redis version:
image: redis
from docker file. So it will be latest.Python version:
FROM python
. So it wil be latest(3.10 ig).Problem Description:
Container exits due to the error below.
Setup is working fine on windows but not on mac M1. And the fault is not in pgsync but one of the library used.
psycopg2-binary
.Currently there is a bug in binary. Is it possible not use binary and use
psycopg2
directly.More about the bug.
Error Message (if any):
OS - MAC M1 chip.
The text was updated successfully, but these errors were encountered: