Cannot do "import kubeflow.tfjob"
sakaia opened this issue ยท 4 comments
/kind bug
What steps did you take and what happened:
import kubeflow.tfjob
does not work.
instruction (following commands work successfully)
pip3 install kubeflow
python3
import kubeflow
import kubeflow.fairing
But following command fails with ModuleNotFoundError: No module named kubeflow.tfjob
import kubeflow.tfjob
What did you expect to happen:
import kubeflow.tfjob
works fine
Anything else you would like to add:
Following command also does not work
import kubeflow.pipelines
import kubeflow.k8s
Environment:
- Fairing version: 0.0.3 but kubeflow.fairing.version does not work
- Kubeflow version: 1.0
- Minikube version: I use microk8s
- Kubernetes version: (use
kubectl version
):1.18.0 - OS (e.g. from
/etc/os-release
): Ubuntu 19.10
Issue-Label Bot is automatically applying the labels:
Label | Probability |
---|---|
kind/bug | 0.98 |
Please mark this comment with ๐ or ๐ to give our bot feedback!
Links: app homepage, dashboard and code for this bot.
You should install kubeflow-fairing
pip3 install kubeflow-fairing
/close
@jinchihe: Closing this issue.
In response to this:
/close
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.