Submission error with xgboost

Hi,

I’m getting the following submission (zip file) error log. Submission number #123448
Not sure whether this is compatibility issue, but I’m on 64bits platform…
Has anyone encountered this issue?

xgboost.core.XGBoostError: XGBoost Library (libxgboost.so) could not be loaded.
Likely causes:

  • OpenMP runtime is not installed (vcomp140.dll or libgomp-1.dll for Windows, libgomp.so for UNIX-like OSes)
  • You are running 32-bit Python on a 64-bit OS
    Error message(s): [‘libgomp.so.1: cannot open shared object file: No such file or directory’, ‘libgomp.so.1: cannot open shared object file: No such file or directory’]
1 Like

I was getting the same error when using an older version of XGBoost This post helped me resolve the issue:

2 Likes

All good now. Thanks for the help!

1 Like