N

Results 44 comments of N

``` brew install miniforge brew install cmake brew install gcc brew install libomp conda create -n venv-3.9-conda python=3.9.14 -y conda activate venv-3.9-conda pip install lightgbm ``` Some more info; it...

Old somewhat related thread: https://github.com/microsoft/LightGBM/issues/4229 Downgrading libomp via homebrew is impossible, as older libomp versions are not compatible with M2.

The problem most likely is usage of node after v16, which leads to an internal error "unsafe legacy renegotiation disabled" which you don'rt control on client side. Make sure you...