Eggert Ehmke wrote:
Fine when it works for you. The drawback is you have to wait until new versions are in the Debian package system. In my virtualenv installation I have version 3.3.5 of mailman3 core. I followed this guide and it works for me. https://docs.mailman3.org/en/latest/install/virtualenv.html%5B1] Eggert Am Freitag, 8. Juli 2022, 07:28:24 CEST schrieb kisner@live.com:
I thought I would mention here that this guide works perfectly to install the mailman3-full package on Debian 11 (I just installed with Debian 11.3.0) and it installs version 3.3.3 of Mailman 3 Core. Maybe it's just me, but I could not quite get Virtualenv instructions on the mailman3 website to work... Tom
Mailman-users mailing list -- mailman-users@mailman3.org To unsubscribe send an email to mailman-users-leave@mailman3.org https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/
[1] https://docs.mailman3.org/en/latest/install/virtualenv.html
I tried to follow that guide ( https://docs.mailman3.org/en/latest/install/virtualenv.html ), but I couldn't get it to work. I'd have to try it again to see where it broke. One thing that I got past was I had to change:
(venv)$ pip install wheel mailman psycopg2-binary<2.9
to
(venv)$ pip install wheel mailman psycopg2-binary==2.8.6
and that got me past that part, but hyperkitty/mailman-web pip install has components that failed to install. I'm not sure why, someone smarter than me could probably have figured it out, but as written it wasn't working for me.
I get why a virtualenv install has desirable upsides, but I just wanted to mention that I could get the Debian 11 package to install with these Ubuntu 18.04 instructions and it's not an ancient version in the Debian package.