You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
raise XGBoostError(
E xgboost.core.XGBoostError:
E XGBoost Library (libxgboost.so) could not be loaded.
E Likely causes:
E * OpenMP runtime is not installed
E - vcomp140.dll or libgomp-1.dll for Windows
E - libomp.dylib for Mac OSX
E - libgomp.so for Linux and other UNIX-like OSes
E Mac OSX users: Run `brew install libomp` to install OpenMP runtime.
E
E * You are running 32-bit Python on a 64-bit OS
E
E Error message(s): ['libgomp-a34b3233.so.1.0.0: ELF load command address/offset not properly aligned']
The text was updated successfully, but these errors were encountered:
The Docker image quay.io/pypa/manylinux2014_x86_64 is re-built once in every few days, and the image produced on April 24 contained the buggy Patchelf 0.18.0.
The bug is not active now, as the latest quay.io/pypa/manylinux2014_x86_64 image uses Patchelf 0.17.2.
https://buildkite.com/xgboost/xgboost-ci/builds/2318#0187b326-d760-4d4d-9dc0-15a31faf3dcd
The text was updated successfully, but these errors were encountered: