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
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?
The text was updated successfully, but these errors were encountered:
I got the following error when running
./rigger provision
:It was fixed by running
pip install pyyaml
. Could this be added as a dependency?The text was updated successfully, but these errors were encountered: