-
Notifications
You must be signed in to change notification settings - Fork 448
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
Error while Running MNIST Example #109
Comments
@vivekbhadouria The address of GKE cluster probably not be |
@YujiOshima I had the same error when running with minikube on Mac today.
Also, the web UI at http://192.168.99.100:30080/projects can be loaded successfully. |
@patzhang Could you show me the result of |
@YujiOshima Sure.
|
Hmm... It looks katib components are correctly running. |
Hi @YujiOshima, I think the problem I had is related to vendored packages. I am new to Go Lang, so I do not know how to use the vendor package. I am using I cloned the katib repo and run .deploy. Then I run the following commands:
However, if I go to my $GOPATH and run from there, it works.
Looking forward to your explanation. Thank you in advance. |
Hi @patzhang, you should source in $GOPATH.
|
Thanks, @YujiOshima I checked out the code under ~/go/src, so Go can pick up packages from the vendor directory now. However, I still a problem with the api package.
Do I need to build the api package? |
Please put
|
@YujiOshima, thanks a lot for all the detailed commands. I finally got the example ( I also tried the code in master for the MinikubeDemo, but the new changes using port-forward does not seem to work. I guess I missed some other setup in the cluster. Anyway, it could be something I can test for the next release. Thanks again for all your prompt help. |
@YujiOshima Now that we use the StudyController and users no longer need to write and run go code; does that address the issues in this issue? |
We can close this. |
@YujiOshima: Closing this issue. In response to this:
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. |
Hello All:
I tried to run MNIST example on Google Cloud Kubernetes Cluster using
go run client-example.go -s 192.168.99.100:30678,
following the steps proposed in the documentation, but I am getting the following error:./client-example.go:31:27: cannot use conn (type *"google.golang.org/grpc".ClientConn) as type *"github.com/kubeflow/katib/vendor/google.golang.org/grpc".ClientConn in argument to api.NewManagerClient
Any help will be greatly appreciated.
The text was updated successfully, but these errors were encountered: