Skip to content
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

CreateStudy RPC error: Objective_Value_Name is required #73

Closed
evandekieft-zz opened this issue Apr 24, 2018 · 10 comments
Closed

CreateStudy RPC error: Objective_Value_Name is required #73

evandekieft-zz opened this issue Apr 24, 2018 · 10 comments

Comments

@evandekieft-zz
Copy link

evandekieft-zz commented Apr 24, 2018

When I try to run Createstudy as in the example I'm getting:

katib-cli -s 192.168.99.100:30678 -f examples/random.yml Createstudy
2018/04/24 06:43:11 connecting 192.168.99.100:30678
2018/04/24 06:43:11 study conf{  UNKNOWN_OPTIMIZATION 0 <nil> []    [] []  []  [] 0  <nil> }
2018/04/24 06:43:11 req Createstudy
2018/04/24 06:43:11 CreateStudy failed: rpc error: code = Unknown desc = Objective_Value_Name is required.

Is there a mismatch between the latest CLI release and the core image in source control? How does one build the CLI from source?

@gaocegege
Copy link
Member

Yeah, it is a mismatch. You could build it using go build -o katib-cli github.com/kubeflow/katib/cmd/cli

@ddysher
Copy link
Member

ddysher commented Apr 25, 2018

Should we create a new release or create versioned images ASAP? @gaocegege

@YujiOshima
Copy link
Contributor

@evandekieft Sorry for inconvenient.
@gaocegege @gaocegege We are refining API and CLI. I want to release the new version after that.
WDYT?
And we need to automat image building..

@gaocegege
Copy link
Member

I agree that we could publish a new pre-release version. Could you do it for us?

@YujiOshima
Copy link
Contributor

I can push docker images but I don't have permission to push binary to GitHub repo.

@gaocegege
Copy link
Member

OK, I could do it. Could you tell me the commit ID that you used to push the docker images?

@gaocegege
Copy link
Member

@evandekieft Does it work for you?

go build -o katib-cli github.com/kubeflow/katib/cmd/cli

@YujiOshima
Copy link
Contributor

@gaocegege I pushed docker image using current master id:71a2bd3953ab564f9b532d047517cd94b7d3a6c5
as v0.1.1-alpha tag

@gaocegege
Copy link
Member

gaocegege commented Apr 26, 2018

@jlewi Could we give Yuji the permission to release the version?

I think he is the creator of katib and should have full permission for it.

@gaocegege
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants