-
Notifications
You must be signed in to change notification settings - Fork 36
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
Getting error when importing sklearn library in Python Notebook #53
Comments
Is libgfortran.so.1 present in sessionmanager container? |
Running this code in the jupyter notebook fixes the ImportError:
|
Yes, it's Seahorse 1.4.3 |
@jaroslaw-osmanski Yes, installing libgfortran on the sessionmanager fixes this issue. We just added the following line to the sessionmanager/docker.sbt file: |
This should fix it: |
When I try running the following import in Python notebook:
from sklearn.cluster import KMeans
, I get the following error:ImportError: libgfortran.so.1: cannot open shared object file: No such file or directory
The text was updated successfully, but these errors were encountered: