ImportError - Sklearn
-
Hello Everyone!
I am having problems to import "sklearn" when I submit my systems that results in the following error in the HTML log, and end filtered cause of it:
It's important to say that when I debug the code in the jupyter notebook (and in local too) it works perfectly. And also consider that a few days ago I was uploading systems that also uses this library and were processed without any problem.
I am thinking about any recents changes taken place in the environment or the OS that can affect.
Any help would be apreciatted @supportRegards!
-
@captain-nidoran Hello, please try to add in a cell at the beginning:
pip install 'sklearn==0.0.post1'
or in the init file:
! apt update && apt install -y libgomp1 && rm -rf /var/lib/apt/lists/*
Best regards
-
This post is deleted! -
This post is deleted! -
This post is deleted! -
This post is deleted! -
This post is deleted!