机器学习安装autosklearn出错

在ubuntu22.03amd64上安装auto-sklearn出现以下报错信息,如何解决?

conda install -c conda-forge auto-sklearn
Collecting package metadata (current_repodata.json): done
Solving environment: unsuccessful initial attempt using frozen solve. Retrying with flexible solve.
Solving environment: unsuccessful attempt using repodata from current_repodata.json, retrying with next repodata source.
Collecting package metadata (repodata.json): done
Solving environment: unsuccessful initial attempt using frozen solve. Retrying with flexible solve.
Solving environment: - 
Found conflicts! Looking for incompatible packages.
This can take several minutes.  Press CTRL-C to abort.
failed                                                                                                               

UnsatisfiableError: The following specifications were found to be incompatible with each other:

Output in format: Requested package -> Available versionsThe following specifications were found to be incompatible with your system:

  - feature:/linux-64::__glibc==2.35=0
  - feature:/linux-64::__linux==6.2.0=0
  - feature:/linux-64::__unix==0=0
  - feature:|@/linux-64::__linux==6.2.0=0
  - feature:|@/linux-64::__unix==0=0
  - auto-sklearn -> __linux
  - auto-sklearn -> pynisher[version='>=0.6.3,<0.7'] -> __unix
  - auto-sklearn -> smac[version='>=0.13.1,<0.14'] -> __glibc
  - python=3.10 -> libgcc-ng[version='>=10.3.0'] -> __glibc[version='>=2.17']

Your installed version is: 0


不兼容的错误.. 你可以试试指定版本安装,尝试不同的版本

【相关推荐】




如果你已经解决了该问题, 非常希望你能够分享一下解决方案, 写成博客, 将相关链接放在评论区, 以帮助更多的人 ^-^