Closed iomarmochtar closed 6 years ago
After checking in command log file there was some error while installing mailman3 core dependencies as in file mailman3_core_requirements.txt, some library has removed mentioned version in it.
because it's not directly a dependencies for mailman. so after remove them the installer running well.
For those who has face or reported the same issue, run this command for reinstalling mailman3 core (and it's dependencies).
/opt/mailman3/conda/bin/pip install -r /opt/mailman3/misc/mailman3_core_requirements.txt
Have encountered this error message:
Found existing installation: certifi 2018.4.16 Cannot uninstall 'certifi'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.
Thoughts on how to fix this?
Got some report as below