Open liam-sbhoo opened 8 months ago
Is it possible for you to install autogluon
independently of the benchmark? Based on the error message it looks like the conflicts are in the dependency graph of autogluon
itself.
I tried the following with a fresh conda env. And here goes the result too.
pip install --no-cache-dir autogluon # this succeeded
pip install --no-cache-dir 'autogluon.tabular[skex]' # this failed with the aforementioned error
It is something to do with autogluon dependencies then?
Yes, this seems like an autogluon
problem, not an AutoML benchmark one. I suggest opening an issue there.
For everyone else (and future documentation): It's an Apple Silicon issue. Reference: https://github.com/autogluon/autogluon/issues/3965
It looks like the script would need to be updated to install through conda for apple silicon. Or maybe without installing skex? We don't officially support MacOS, so we don't really need to change anything per se.
@Innixma what do you think is most sensible here?
Context: I'm pretty new to automl-benchmark, so I was just trying to run some simple benchmarks according to the documentation. Along this line, I tried running
python runbenchmark.py autogluon
and I get the following error - the environment seems to fail in installing autogluon-tabular[skex].Error:
To reproduce:
System info:
Any guidance and help would be appreciated, thanks!!