If I simply do:
import lightgbm as lgb
I\'m getting
python script.py Traceback (most recent call last): File \"script.py\", li
For users with macports, replace the beginning of the brew solution with:
port install gcc7 cmake
export CXX=g++-mp-7 CC=gcc-mp-7