27 Apr
2023
27 Apr
'23
8:15 p.m.
[Mark]
This appears to be an issue with psycopg2 itself.
What happens if you activate your venv and do
python -c 'import psycopg2'
Traceback (most recent call last): File "<string>", line 1, in <module> File "/opt/mailman3/venv/lib64/python3.11/site-packages/psycopg2/__init__.py", line 51, in <module> from psycopg2._psycopg import ( # noqa SystemError: initialization of _psycopg raised unreported exception
Lars