AxeldeRomblay / MLBox

MLBox is a powerful Automated Machine Learning python library.
https://mlbox.readthedocs.io/en/latest/
Other
1.49k stars 274 forks source link

Installation Error #147

Open andereles opened 9 months ago

andereles commented 9 months ago

When I'm trying to install this error occurs in meta data preparation.

Collecting mlbox Downloading mlbox-0.8.5.tar.gz (31 kB) Preparing metadata (setup.py) ... done Collecting numpy==1.18.2 (from mlbox) Downloading numpy-1.18.2.zip (5.4 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.4/5.4 MB 4.0 MB/s eta 0:00:00 Installing build dependencies ... done Getting requirements to build wheel ... done Preparing metadata (pyproject.toml) ... error error: subprocess-exited-with-error

× Preparing metadata (pyproject.toml) did not run successfully. │ exit code: 1 ╰─> [68 lines of output]

ssenthilnathan3 commented 7 months ago

Can you try removing the versions in the requirements.txt and installing it! There may be some dependency problems..

numpy scipy matplotlib hyperopt pandas joblib scikit-learn tensorflow lightgbm tables xlrd