27 Apr
2023
27 Apr
'23
8:23 p.m.
On 4/27/23 1:15 PM, Lars Bjørndal wrote:
[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
Your psycopg2 installation is broken. Try to pip uninstall
it and then
install again.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan