Top "Ruamel.yaml" questions

ruamel.

Conda 'ImportError: No module named ruamel.yaml.comments'

Conda gives error when I run any command with it. Traceback (most recent call last): File "/usr/local/bin/conda", …

python yaml anaconda conda ruamel.yaml
merge two yaml files in python

I have two yaml files as mentioned below test1.yaml resources: server_group_1: type: OS::Nova::ServerGroup properties: name: { get_…

python pyyaml ruamel.yaml
YAML Error: could not determine a constructor for the tag

This is very similar to questions/44786412 but mine appears to be triggered by YAML safe_load(). I'm using Ruamel's library …

amazon-cloudformation ruamel.yaml
Error when parsing yaml file : found character '%' that cannot start any token

I am trying to parse data from yaml file having some expressions similar to jinaj2 template syntax, the goal is …

yaml ruamel.yaml
Getting duplicate keys in YAML using Python

We are in need of parsing YAML files which contain duplicate keys and all of these need to be parsed. …

python yaml pyyaml ruamel.yaml
How to configure ruamel.yaml.dump output?

With this data structure: d = { (2,3,4): { 'a': [1,2], 'b': 'Hello World!', 'c': 'Voilà!' } } I would like to get this YAML: %…

python yaml ruamel.yaml
Python Error when installing ruamel.yaml package with pip

I am receiving an error when I want to install the ruamel.yaml package Here is the command: python --version;…

python pip installation yaml ruamel.yaml