Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

nnictl can't find config files of kubeflow and frameworkcontroller #1220

Closed
yayamao-ponyai opened this issue Jun 27, 2019 · 3 comments
Closed

Comments

@yayamao-ponyai
Copy link

yayamao-ponyai commented Jun 27, 2019

Short summary about the issue/question:

nnictl can't find config files of kubeflow and frameworkcontroller

Brief what process you are following:

nnictl create -c examples/trials/mnist/config_kubeflow.yml
nnictl create -c examples/trials/mnist/config_frameworkcontroller.yml

How to reproduce it:

nnictl create -c examples/trials/mnist/config_kubeflow.yml
INFO: expand searchSpacePath: search_space.json to /nni/examples/trials/mnist/search_space.json 
INFO: expand codeDir: . to /nni/examples/trials/mnist/. 
INFO: Starting restful server...
INFO: Successfully started Restful server!
INFO: Setting kubeflow config...
ERROR: Failed! Error is: {"error":"ENOENT: no such file or directory, open './config/kubeflow/tfjob-crd-v1alpha2.json'"}
nnictl create -c examples/trials/mnist/config_frameworkcontroller.yml
INFO: expand searchSpacePath: search_space.json to /nni/examples/trials/mnist/search_space.json 
INFO: expand codeDir: . to /nni/examples/trials/mnist/. 
INFO: Starting restful server...
INFO: Successfully started Restful server!
INFO: Setting frameworkcontroller config...
ERROR: Failed! Error is: {"error":"ENOENT: no such file or directory, open './config/frameworkcontroller/frameworkcontrollerjob-crd-v1.json'"}

nni Environment:

  • nni version: 0.8
  • nni mode(local|pai|remote): kubeflow or frameworkcontroller with minikube
  • OS: ubuntu 16.04
  • python version: python3.5
  • is conda or virtualenv used?: test on both local and virtualenv
  • is running in docker?: no

need to update document(yes/no): no

Anything else we need to know: no

@yayamao-ponyai
Copy link
Author

Just a friendly ping, @scarlett2018 @yds05 have you guys identify this can be reproduced, if so, do you have a plan to fix it?

@scarlett2018
Copy link
Member

Adding @SparkSnail as well.

@SparkSnail
Copy link
Contributor

This problem can be reproduced if install NNI by pip command, will fix it as soon as possible. You could install NNI from source code for temp workaround.

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

No branches or pull requests

5 participants