You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 3, 2026. It is now read-only.
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?
I got the following error when running
./rigger provision:It was fixed by running
pip install pyyaml. Could this be added as a dependency?