cosmicpython / code

Example application code for the python architecture book
Other
2.07k stars 922 forks source link

Psycopg2 error: Symbol not found _PQbackendPID #64

Closed uguryilmazunified closed 1 year ago

uguryilmazunified commented 1 year ago

I noticed this error is happening on m1 chip macbook due to pscopg-binary.

After i switched to python 3.9+, the error has gone away. Also this error doesn't happen when you run the tests via docker, since i believe it's already using 3.9 however when i tried to run the tests in my local with pytest, i saw this error.

hjwp commented 1 year ago

hope it's ok if i close this? i don't have a mac and i'm not sure i have any time to fix it...