-
Notifications
You must be signed in to change notification settings - Fork 128
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
ModuleNotFoundError: No module named 'kale' #390
Comments
Just got into Kale as well, but maybe this helps. Maybe it's worth building your own kale image.
This at least works for me for running GPU pipelines. |
Thanks for your answer and Dockerfile. |
I'm not using Rok as well. But in the 'Advanced Settings` (of the Kale jupyter plugin UI) I have to remount the used volumes manually (to the same mounting points as the notebook has). In this case every pipeline step has access to these volumes. |
Sorry, I don't quite get it yet... Can you give an example on noob level, please? |
Hi all,
I've followed the kubeflow-kale README to install
pip install kubeflow-kale pip install jupyterlab">=2.0.0, <3.0.0" jupyter labextension install kubeflow-kale-labextension
in its own virtual environment for a local k8s cluster set up using
kind
.Trying to run the example pipeline created from the
titanic_dataset_ml.ipynb
fails at theload data
step with the following error message:The same happens with my own example script. Any hints or ideas?
The text was updated successfully, but these errors were encountered: