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
I have been using psycopg3 with python3.9 and it worked fine. I now upgraded to python 3.10 and I can no longer use psycopg3. I keep getting error: "ImportError: no pq wrapper available". I tried installing libpq5 but got the message "libpq5 is already the newest version (13.5-0+deb11u1)". Do I need a newer version of libpq?
BTW this is running on a Raspberry Pi Zero which reads sensor data and sends it to a PostgreSQL database running on a Raspberry Pi 4.
Thanks.
Psycopg 3.0 released — Psycopg
Python adapter for PostgreSQL
https://www.psycopg.org/articles/2021/10/13/psycopg-30-released/
The text was updated successfully, but these errors were encountered: