Skip to content

AttributeError: module 'yaml' has no attribute 'CDumper' #8

@zardini123

Description

@zardini123

I am trying to use aamp_to_yml on macOS 10.14 and I got this error:

Traceback (most recent call last):
  File "/usr/local/bin/aamp_to_yml", line 8, in <module>
    sys.exit(main())
  File "/usr/local/lib/python3.8/site-packages/aamp/__main__.py", line 40, in main
    do_aamp_to_yml(input_data, output)
  File "/usr/local/lib/python3.8/site-packages/aamp/__main__.py", line 13, in do_aamp_to_yml
    output.write(aamp.converters.aamp_to_yml(input_data))
  File "/usr/local/lib/python3.8/site-packages/aamp/converters.py", line 9, in aamp_to_yml
    dumper = yaml.CDumper
AttributeError: module 'yaml' has no attribute 'CDumper'

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions