On Mon, Sep 9, 2019, at 6:59 PM, Mark Dale wrote:
Hi,
On Debian, in the process of setting up Mailman 3.3.0 I'm getting:
$ pip3 install postorius ... django-mailman3 1.3.0 has requirement Django<2.2,>=1.11, but you'll have django 2.2.5 which is incompatible. ... Successfully installed Django-2.2.5 ...
This shouldn't be a problem and will be fixed in a future release. It is compatible with 2.2.5, but due to lack of a proper dependency resolution in pip, we don't end up with right version of a dependency.
You can ignore this, for now.
Which may or may not be causing a later error when creating superuser:
ImportError: No module named django.core.management
What command did you run to do this? The error makes me feel you haven't activated either the virtualenv or you haven't installed things correctly.
Am I missing the obvious somewhere?
Thanks, Mark
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/
-- thanks, Abhilash Raj (maxking)