Getting the error message when using matplotlib:
Error #15: Initializing libiomp5.dylib, but found libiomp5.dylib already initialized OMP: Hin
So, for those of you getting this same issue with lightgbm, I found in the documentation that you can
pip uninstall lightgbmpip install lightgbmln -sf `ls -d "$(brew --cellar libomp)"/*/lib`/* $CONDA_PREFIX/lib
These three things worked for me.