Mark Sapiro wrote:
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, I don't understand why that would make a difference since the latest
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. If you do try again, post the specific issues/error messages and we will
On 7/8/22 8:28 AM, kisner@live.com wrote: psycopg2-binary<2.9 is 2.8.6 try to help.
Just out of curiosity and to try to improve the doc I can do this a little later. But I can tell you for sure the pip install psycopg2-binary<2.9 command failed for me on Ubuntu 22.04 and Debian 11.3. I'm not saying it's *not* me, and I don't know when the last time that doc was updated but I couldn't get it to work on a few different distros.