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

Dependency install documentation is incomplete #4

Closed
Ullaakut opened this issue Mar 17, 2019 · 1 comment · Fixed by #5
Closed

Dependency install documentation is incomplete #4

Ullaakut opened this issue Mar 17, 2019 · 1 comment · Fixed by #5

Comments

@Ullaakut
Copy link
Contributor

Hey again @khast3x,

When attempting to list the available templates, I met a ModuleNotFoundError. I then ran the command that was specified in the documentation, which did not work:

Screenshot 2019-03-17 at 16 51 17

Fortunately, it was just that the file extension was missing! Works like a charm once the file extension is added to the command 👍🏽

The documentation should be updated, though

@Ullaakut
Copy link
Contributor Author

Ullaakut commented Mar 17, 2019

Actually, even with PyYAML installed, I'm still getting this error 🤔

[MAIN MENU]
Choose deploy action:
	[1] Deploy redcloud on local machine
	[2] Deploy redcloud on remote ssh machine
	[3] Deploy redcloud on remote docker-machine
	[4] Stop local or docker-machine redcloud deployment
	[5] Stop remote ssh redcloud deployment
	[6] List available templates
	[q] Quit

>> 6
Traceback (most recent call last):
  File "redcloud.py", line 387, in <module>
    menu_deploy_target()
  File "redcloud.py", line 370, in menu_deploy_target
    list_available()
  File "redcloud.py", line 80, in list_available
    import yaml
ModuleNotFoundError: No module named 'yaml'

$ pip list | grep YAML
PyYAML                        5.1

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

Successfully merging a pull request may close this issue.

1 participant