You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I follow the tutorial and get the error when submit the job to my minikube.
minikube kubectl -- get pods:
elasticdl-test-mnist-allreduce-master 0/1 Error 0 10m
minikube kubectl -- logs elasticdl-test-mnist-allreduce-master
/usr/bin/python: Error while finding module specification for 'elasticdl.python.master.main' (ModuleNotFoundError: No module named 'elasticdl')
The text was updated successfully, but these errors were encountered:
Is elasticdl/elasticdl:v1.0.0 the image of elasticdl-test-mnist-allreduce-master? If yes, you can run pip show elasticdl in a container with the image to check the elasticdl package.
I follow the tutorial and get the error when submit the job to my minikube.
minikube kubectl -- get pods:
elasticdl-test-mnist-allreduce-master 0/1 Error 0 10m
minikube kubectl -- logs elasticdl-test-mnist-allreduce-master
/usr/bin/python: Error while finding module specification for 'elasticdl.python.master.main' (ModuleNotFoundError: No module named 'elasticdl')
The text was updated successfully, but these errors were encountered: