Skip to content

Commit 986e176

Browse files
committed
add install hint for OpenMP on Mac
This was necessary for me to run the images page in the dashboard. On the command line, I got this message: XGBoostError: XGBoost Library (libxgboost.dylib) could not be loaded. Likely causes: * OpenMP runtime is not installed - vcomp140.dll or libgomp-1.dll for Windows - libomp.dylib for Mac OSX - libgomp.so for Linux and other UNIX-like OSes Mac OSX users: Run `brew install libomp` to install OpenMP runtime. * You are running 32-bit Python on a 64-bit OS
1 parent 1bc1776 commit 986e176

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ python3 -m pip install git+https://github.com/dianna-ai/dianna.git
101101
```
102102

103103
If you get an error related to OpenMP when importing dianna, have a look at [this issue](https://github.com/dianna-ai/dianna/issues/376) for possible workarounds.
104+
For some usecases (e.g. on Intel Macs), you may need to install OpenMP separately, e.g. with `brew install libomp`.
104105

105106
<details><summary>Pre-requisites only for Macbook Pro with M1 Pro chip users</summary>
106107
<p>

0 commit comments

Comments
 (0)