Stackoverflow 中有很多关于 AutoSklearn 错误的主题。
但每个错误都不同,每个环境都不同
我有 Windows 10 64 位
我安装了 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 步失败。
谁能帮我解决这个错误?
沧海一幻觉
相关分类