使用Mac OS通过pip install无法安装sklearn

时间:2018-06-20 09:02:15

标签: python scikit-learn

我正在使用python3.7,我想通过pip3 install安装sklearn软件包。

我已经安装了numpy和scipy之类的依赖项。

因此,当我使用sudo pip3 install -U scikit-learn时发生了错误

Command "/usr/local/bin/python3 -u -c "import setuptools, tokenize;__file__='/private/tmp/pip-req-build-d3203b5n/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /private/tmp/pip-record-7wbr9qu2/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /private/tmp/pip-req-build-d3203b5n/

我不知道出了什么问题,请帮助我。

1 个答案:

答案 0 :(得分:0)

我遇到了同样的问题,我用

解决了
pip install git+https://github.com/scikit-learn/scikit-learn.git

在运行此命令之前,请检查是否已安装numpy和scipy软件包。