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

ks 0.10.0-alpha.2 does not work with install instructions #686

Closed
mattf opened this issue Apr 19, 2018 · 4 comments
Closed

ks 0.10.0-alpha.2 does not work with install instructions #686

mattf opened this issue Apr 19, 2018 · 4 comments
Assignees

Comments

@mattf
Copy link
Contributor

mattf commented Apr 19, 2018

$ ks version

ksonnet version: 0.10.0-alpha.2
jsonnet version: v0.10.0
client-go version: `1.8`

$ ks apply default -c kubeflow-core

ERROR find objects: RUNTIME ERROR: couldn't open import "kubeflow/core/all.libsonnet": no match locally or in the Jsonnet library paths
    <extvar:__ksonnet/components>:5:15-51    thunk <all> from <object <anonymous>>
    <extvar:__ksonnet/components>:10:32-35    thunk from <thunk from <object <anonymous>>>
    ~/my-kubeflow/lib/v1.9.1/k.libsonnet:96:24-29    thunk from <function <anonymous>>
    ~/my-kubeflow/lib/v1.9.1/k.libsonnet:97:36-41    thunk from <function <anonymous>>
    <builtin>    builtin function <type>
    <std>:1165:25-26    thunk from <thunk <ta> from <function <anonymous>>>
    <builtin>    builtin function <type>
    <std>:1167:29-31    thunk from <function <anonymous>>
    <builtin>    builtin function <primitiveEquals>
    <std>:1167:8-36    function <anonymous>
        
    ~/my-kubeflow/lib/v1.9.1/k.libsonnet:96:13-30    function <anonymous>
    ~/my-kubeflow/lib/v1.9.1/k.libsonnet:(92:22)-(96:30)    function <anonymous>
    <extvar:__ksonnet/components>:10:13-61    thunk from <object <anonymous>>
    <std>:1216:24-25    thunk from <thunk <t> from <function <anonymous>>>
    <builtin>    builtin function <type>
    <std>:1217:8-9    function <anonymous>
    <std>:1165:25-26    thunk from <thunk <ta> from <function <anonymous>>>
    <builtin>    builtin function <type>
    <std>:1167:29-31    thunk from <function <anonymous>>
    <builtin>    builtin function <primitiveEquals>
    <std>:1167:8-36    function <anonymous>
        
    <extvar:__ksonnet/components>:10:3-62    object <anonymous>
    During `manifestation`
@ankushagarwal
Copy link
Contributor

Hi @mattf does ks 0.9.2 work?

@aronchick
Copy link
Contributor

This error is SUPER unhelpful - ran into this myself. I BELIEVE I solved it by adding a github token - https://github.com/ksonnet/ksonnet/blob/master/docs/troubleshooting.md

@mattf
Copy link
Contributor Author

mattf commented Apr 20, 2018

yes, 0.9.2 works fine. this is more of a heads up since 0.10.0 isn't released yet and our docs say "0.9.2 or later"

it's unrelated to a github token, i had one setup.

@ankushagarwal
Copy link
Contributor

Thanks for the report @mattf. This has been fixed on ksonnet master. Closing this.

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

No branches or pull requests

3 participants