在Windows上安装Auto-Sklearn会出错

时间:2019-03-19 10:01:30

标签: python anaconda

Stackoverflow中有许多有关AutoSklearn错误的主题。

但是每个错误都不同,每个环境都不同

我有64位Windows 10

我安装了Anaconda3

当我尝试执行以下步骤

https://automl.github.io/auto-sklearn/stable/installation.html

第1步:

curl https://raw.githubusercontent.com/automl/auto-sklearn/master/requirements.txt | xargs -n 1 -L 1 pip install

我收到此错误

'xargs' is not recognized as an internal or external command,
operable program or batch file.

该如何解决?

当我尝试第二步

pip install auto-sklearn

ValueError: Detected unsupported operating system: win32. Please check the compability information of auto-sklearn: http://automl.github.io/auto-sklearn/stable/installation.html#windows-osx-compability

我认为这是由于第1步失败。

有人可以帮助我解决此错误吗?

1 个答案:

答案 0 :(得分:2)

AutoSklearn仅适用于UNIX系统。如果您在系统要求here中看到第一行,则为Linux操作系统。

原因是资源模块仅在linux系统中可用。在https://automl.github.io/auto-sklearn/stable/installation.html#windows

上找到有关它的详细信息