On 5/20/24 1:08 PM, Keith Christian wrote:
Mark, Good morning,
If it matters, running Python3 3.6.8 on Red Hat Enterprise Linux release 8.9 (Ootpa)
[mailman3@wesnixtopmed mailman]$ mkdir /home/mailman3/mailman/virtual_environment [mailman3@wesnixtopmed mailman]$ python3 -m venv /home/mailman3/mailman/virtual_environment [mailman3@wesnixtopmed mailman]$ source /home/mailman3/mailman/virtual_environment/bin/activate (virtual_environment) [mailman3@wesnixtopmed mailman]$ pip install /home/mailman3/mailman
I tried to follow your instructions closely today, got these messages afterward:
Directory '/home/mailman3/mailman' is not installable. File 'setup.py' not found. You are using pip version 9.0.3, however version 24.0 is available. You should consider upgrading via the 'pip install --upgrade pip' command.
Both pip and python are too old. Officially, current Mailman 3 requires Python 3 >= 3.9. It might work with older versions, but no guarantees.
Also, 9.0.3 doesn't recognize pyproject.toml as replacing setup.py. It requires pip >= 10.0. see https://pip.pypa.io/en/stable/reference/build-system/pyproject-toml/
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan