#Python サードパーティ製モジュールのインストール
##pyzmailのインストール
失敗したケース
sudo pip3 install pyzmail
Command "python setup.py egg_info" failed with error code 1 in /private/tmp/pip-install-uf8eu0aq/distribute/
You are using pip version 10.0.1, however version 18.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
改善策
sudo pip3 install pyzmail36
pyzmailモジュールはinactiveになったため、開発者がpyzmail36モジュールを開発し直してくれたようです。