运行mlflow命令报错 The 'nose' distribution was not found and is required by nose-exclude

安装好mlflow之后命令行运行:

mlflow

得到报错:

解决:

sudo pip3 install nose
原文地址:https://www.cnblogs.com/zealousness/p/10592977.html