ERROR: Can't load plugin sqlalchemy.dialects.postgres
Hi!
I am trying to install Mailman3 using this tutorial/documentation: https://wiki.list.org/DOC/Howto_Install_Mailman3_On_Debian10 So far, so good. But running
(venv) mailman@listserver: mailman info
throws an error:
sqlalchemy.exc.NoSuchModuleError: Can't load plugin: sqlalchemy.dialects:postgres
First, I thought SQLAlchemy is missing, but:
(venv) mailman@listserver: pip install sqlalchemy Requirement already satisfied: sqlalchemy in ./venv/lib/python3.9/site-packages (2.0.4) Requirement already satisfied: typing-extensions>=4.2.0 in ./venv/lib/python3.9/site-packages (from sqlalchemy) (4.5.0) Requirement already satisfied: greenlet!=0.4.17 in ./venv/lib/python3.9/site-packages (from sqlalchemy) (2.0.2)
How can I fix this? Thank you very much for your help.
Regards
On 3/2/23 12:28, o.mankewitz@gmail.com wrote:
Hi!
I am trying to install Mailman3 using this tutorial/documentation: https://wiki.list.org/DOC/Howto_Install_Mailman3_On_Debian10 So far, so good. But running
(venv) mailman@listserver: mailman info
throws an error:
sqlalchemy.exc.NoSuchModuleError: Can't load plugin: sqlalchemy.dialects:postgres
I'm guessing that https://lists.mailman3.org/archives/list/mailman-users@mailman3.org/message/... supersedes this. Or is this a separate issue?
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
participants (2)
-
Mark Sapiro
-
o.mankewitz@gmail.com