Skip to content
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

error? #4

Open
shuashuaya opened this issue Jul 3, 2017 · 1 comment
Open

error? #4

shuashuaya opened this issue Jul 3, 2017 · 1 comment

Comments

@shuashuaya
Copy link

shuashuaya commented Jul 3, 2017

I installed Conda with anaconda2 and Windows Subsystem for Linux.
I have strictly followed the steps in instructions, and tried the example named bench_ocrf,py
Here is the error information:
DeprecationWarning: This module has been deprecated in favor of the model_selection module into which all the refactored classes and functions are moved. Also note that the interface of the new CV iterators are different from that of this module. This module will be removed in 0.20.
"This module will be removed in 0.20.", DeprecationWarning)
/home/sy/anaconda/envs/OCRF_ENV/lib/python2.7/site-packages/sklearn/grid_search.py:43: DeprecationWarning: This module has been deprecated in favor of the model_selection module into which all the refactored classes and functions are moved. This module will be removed in 0.20.
DeprecationWarning)
OMP: Error #100: Fatal system error detected.
OMP: System error #22: Invalid argument
Aborted (core dumped)

@RomainBrault
Copy link
Collaborator

Hi, I don't think the deprecation warnings are a problem. Looks like it's more about OpenMP windows. Try to set the environment variable KMP_AFFINITY=disabled.

see: microsoft/WSL#785.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants