-
-
Notifications
You must be signed in to change notification settings - Fork 8.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
installation error on windows: omp.h not found #841
Comments
@bishwarup307 I'm not sure if it works fine, but here is somethng to try.
|
I have the same error as @bishwarup307 . Tried @FACE1E55 solution, but I get such error:
|
Experienced the same error with
Looks like this compiler doesn't compiled with OpenMP. I'll just switch to TDM-GCC even it's only GCC 5 |
Well, ran into another error with TDM-GCC
Months ago it was just fine installing with TDM-GCC. Where does this error looks from? |
Now I installed xgboost just fine The takeaway:
|
I am trying to install the xgboost python package on windows 8 (64 bit) following the instructions given here: http://stackoverflow.com/questions/33749735/how-to-install-xgboost-package-in-python-windows-platform/35480673#35480673 and http://xgboost.readthedocs.org/en/latest/build.html#building-on-windows.
After I run the command: make -j4, i get the following error:
dmlc-core/include/dmlc/omp.h:9:17: fatal error: omp.h: No such file or directory
I am executing the commands on a Cygwin shell. Any suggestions?
The text was updated successfully, but these errors were encountered: