-
Notifications
You must be signed in to change notification settings - Fork 23
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
yaml.load(input) deprecated #110
Comments
The problem has been addressed and #113 is open for PR |
On older OS-es (such as my own) I believe that with python2, yaml is a system package and not possible to be upgraded. My installation of yaml does not have |
@zkashner Is it not possible to use a different installation of python, say managed by anaconda? |
@DavidRitzwoller I ended up getting it to work (by replacing |
Hi all!
yaml/pyyaml deprecated yaml.load() so I'm getting the following warning when I run the template:
The relevant documentation is here:
https://github.com/yaml/pyyaml/wiki/PyYAML-yaml.load(input)-Deprecation
Please let me know if I can provide any more information!
The text was updated successfully, but these errors were encountered: