-
Notifications
You must be signed in to change notification settings - Fork 2
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
AttributeError: module 'yaml' has no attribute 'CDumper' #8
Comments
It looks like PyYAML's C module is not available on your system... You may need to install libyaml (via homebrew, maybe?) and then reinstall the PyYAML package to make pip compile and install the C module |
I installed libyaml via brew, uninstalled pyyaml, reinstalled pyyaml, and its still happening. Thoughts? |
Try
|
Perfection. I would really appreciate it if you put this information in the readme for future users. Thanks! (Or, is there some way to get the library to link without this reinstall?) |
Hey crew, I've actually run into this same problem on my own project. Two questions:
Thanks! |
Have you tested PyYAML 5.4.1 (which is currently the latest version)? If 5.4.1 still isn't built with libyaml then you'll need to ask the PyYAML packagers or maintainers to release binary wheels for macOS with libyaml enabled. |
I am trying to use aamp_to_yml on macOS 10.14 and I got this error:
The text was updated successfully, but these errors were encountered: