私はPython 3.5.1と2.7.11に付属のUbuntu Server 16.04にmailman 3.0.3をインストールしています。 Barry Warsawによると、このメールマンバージョンにはPython 3.4.nが必要です。https://gitlab.com/mailman/mailman/issues/184
私のオプションは次のとおりです。
downgrade 3.5.1
install 3.4.4 in parallel
use conda to create a virtual environment
another approach???
これを達成するための最良の方法は何ですか?