We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Steps to reproduce.
pip install cactus pip install google-api-python-client cactus create foo
Edit config.json to look like:
{ "provider": "google" }
Then if I do cactus deploy
cactus deploy
I get:
AssertionError: Could not load Deployment for Provider: google
Output of a pip freeze
backports-abc==0.4 backports.ssl-match-hostname==3.5.0.1 boto==2.39.0 Cactus==3.3.3 certifi==2016.2.28 colorama==0.3.6 colorlog==2.6.1 Django==1.6.11 django-markwhat==1.5 google-api-python-client==1.5.0 httplib2==0.9.2 keyring==5.7.1 markdown2==2.3.0 oauth2client==2.0.1 pyasn1==0.1.9 pyasn1-modules==0.0.8 rsa==3.3 simplejson==3.8.2 singledispatch==3.4.0.3 six==1.10.0 tornado==4.3 uritemplate==0.6
The text was updated successfully, but these errors were encountered:
Something with oauth install
A required library was missing: No module named keyring_storage Please install the library and try again
Trying to figure out how the optional modules work for oauth2 library...
Sorry, something went wrong.
Raised #241 to fix
No branches or pull requests
Steps to reproduce.
Edit config.json to look like:
Then if I do
cactus deploy
I get:
AssertionError: Could not load Deployment for Provider: google
Output of a pip freeze
The text was updated successfully, but these errors were encountered: