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
I am trying to install xgboost on my window7-64 bit machine. It kept encoutering this problem. Not sure what I should do.
I did exactly as the thread http://xgboost.readthedocs.org/en/latest/build.html. And also renamed the mingw32-make.exe to make. exe. I am using the TDM-GCC compiler. The full error message is:
@hx364
I found out that, it's due to the default installation of TDM-GCC is without openmp support. So you could reinstalled TDM-GCC and make sure you check the gcc option and select the openmp like below.
It solved my problem.
Hi folks,
I am trying to install xgboost on my window7-64 bit machine. It kept encoutering this problem. Not sure what I should do.
I did exactly as the thread http://xgboost.readthedocs.org/en/latest/build.html. And also renamed the mingw32-make.exe to make. exe. I am using the TDM-GCC compiler. The full error message is:
Thanks, any help appreciated.
The text was updated successfully, but these errors were encountered: