If I simply do:
import lightgbm as lgb
I\'m getting
python script.py Traceback (most recent call last): File \"script.py\", li
All the above answers didn't work for me. On Mac, if I installed the libomp using brew fixed the problem: Refer: link
brew install libomp