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

Missing docopt module #1

Open
iamrandys opened this issue Nov 24, 2017 · 3 comments
Open

Missing docopt module #1

iamrandys opened this issue Nov 24, 2017 · 3 comments

Comments

@iamrandys
Copy link

When trying to bump a chart version, I'm getting the following error. Looks like I'm missing the docopt module. Should the plugin install this module as well?

helm local_bump -q ./Chart.yaml --bump-level=minor

Traceback (most recent call last):
File "/Users/randy/.helm/plugins/helm-local-bump/local_bump.py", line 24, in
import docopt
ImportError: No module named docopt

@shaneramey
Copy link
Owner

Not yet. I'm working on another version that will install the dependency modules, via pip.

For now you can see the supported/tested module versions here: requirements.txt.

You can run pip install -r requirements.txt on that.

@srossross
Copy link

Running into the same error. It would be really nice if it were self-contained.

@mbenabda
Copy link

mbenabda commented Mar 4, 2018

@iamrandys @srossross i had the same error and need for self-containment, so i built an alternative as an exercise to start learning golang

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

4 participants