On 9/28/23 16:15, paulrubin37@gmail.com wrote:
Then I tried mailman info, that errored with
pkg_resources.DistributionNotFound: The 'flufl.lock>=5.1' distribution was not found and is required by mailman
So I tried installing that (venv) mailman@mail:~> pip install flufl.lock Requirement already satisfied: flufl.lock in ./venv/lib/python3.8/site-packages (8.0.2) Requirement already satisfied: atpublic in ./venv/lib/python3.8/site-packages (from flufl.lock) (4.0) Requirement already satisfied: psutil in ./venv/lib/python3.8/site-packages (from flufl.lock) (5.9.5)
The error did not change
This is a packaging glitch with PyPI. At one point a couple of flufl.* packages were named flufl_*. I forget exactly how to fix this, but try in your venv
pip install -U --force-reinstall flufl.bounce flufl.i18n flufl.lock
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan