rigger icon indicating copy to clipboard operation
rigger copied to clipboard

ImportError: No module named yaml

Open ndbroadbent opened this issue 9 years ago • 0 comments

I got the following error when running ./rigger provision:

Traceback (most recent call last):
  File "/Users/ndbroadbent/.rigger/105216290f/go/src/github.com/deis/deis/contrib/aws/gen-json.py", line 6, in <module>
    import yaml
ImportError: No module named yaml

It was fixed by running pip install pyyaml. Could this be added as a dependency?

ndbroadbent avatar May 12 '16 09:05 ndbroadbent