On 10/26/22 3:10 PM, Mark Sapiro wrote:
On 10/26/22 11:08, David Newman wrote:
For these new releases, is that mistune step still needed?
No. That is one of the issues fixed in HyperKitty 1.3.6 which now requires mistune>=2.0.0,<3.0 and will work with those versions.
OK, thanks. Before getting to mistune, this command, run as mailman in a venv:
pip install -U mailman postorius django-mailman3 hyperkitty mailman-web uwsgi Mailmanclient
produced this error:
..
Attempting uninstall: mailman-web Found existing installation: mailman-web 0.0.6.dev9+gc606169 Uninstalling mailman-web-0.0.6.dev9+gc606169: Successfully uninstalled mailman-web-0.0.6.dev9+gc606169 ERROR: Could not install packages due to an OSError: [Errno 13] Permission denied: 'WHEEL' Check the permissions.
The command also said I needed to upgrade pip. Doing that produced a similar error.
How to resolve this error? Thanks again.
dn