Python35 Import sklearn 报错:ImportError: DLL load failed解决方法

安装sklearn需要numpy、scipy和scikit_learn。注意最好从https://pypi.python.org/pypi下载相应的whl文件,使用pip安装:

pip install -U (whl文件本地路径)\xxxxxxx.whl。注意安装顺序是numpy、scipy和scikit_learn。

你可能感兴趣的:(工具,python35,sklearn,安装)