Невозможно установить auto-sklearn ubuntu 24.04 через conda или pip.Python

Программы на Python
Anonymous
Невозможно установить auto-sklearn ubuntu 24.04 через conda или pip.

Сообщение Anonymous »

Я столкнулся с проблемой установки этой библиотеки как в Windows, так и в Ubuntu 24.04, и это Ubuntu, пожалуйста, помогите!
Я пробую другую библиотеку, например TPOT, даже успешно, но все равно не могу импортировать.
с пипом:
ошибка:
File "", line 293, in setup_package
ModuleNotFoundError: No module named 'numpy.distutils'
[end of output]

note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed

× Encountered error while generating package metadata.
╰─> See above for output.

note: This is an issue with the package mentioned above, not pip.
hint: See above for details.

с conda:
ошибка:
conda install conda-forge::auto-sklearn
Channels:
- defaults
- conda-forge
Platform: linux-64
Collecting package metadata (repodata.json): done
Solving environment: / warning libmamba Added empty dependency for problem type SOLVER_RULE_UPDATE
failed

LibMambaUnsatisfiableError: Encountered problems while solving:
- package auto-sklearn-0.12.5-pyhd8ed1ab_0 requires pyrfr >=0.8.1,=0.8.1,=3.6,=3.7,=3.8,=3.9,=3.10,=3.11,

Подробнее здесь: https://stackoverflow.com/questions/790 ... nda-or-pip

Вернуться в «Python»