更新scikit-learn

删除时报错,在目录中暴力删除。

重新安装报错ERROR: rsion is not a valid editable requirement. It should either be a path to a local project or a VCS URL (beginning with svn+, git+, hg+, or bzr+)

错误产生原因是: pip 安装时添加了版本参数,

删除版本参数,直接pip install scikit-learn 安装成功 

原文地址:https://www.cnblogs.com/mo-lu/p/14520806.html