27 Sep
2023
27 Sep
'23
11:57 p.m.
On 9/27/23 16:29, paulrubin37@gmail.com wrote:
I went through the install process in the provided link when I tried to start the service I keep getting errors about:
Sep 27 19:17:15 mail mailman[1771]: ImportError: cannot import name 'path' from 'importlib_resources' (/opt/mailman/venv/lib64/python3.8/site-packages/importlib_resources/__init__.py)
I verified the python version:
(venv) mailman@mail:~> python -V Python 3.8.10
See https://gitlab.com/mailman/mailman/-/issues/1093
The easiest fix is in your venv do
pip install importlib_resources\<6.0
Mailman core <=3.3.8 is incompatible with importlib_resources>=6.0
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan