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

Use YAML loader which is compatible with PyYAML 3.12 #88

Merged
merged 1 commit into from
Nov 3, 2022
Merged

Use YAML loader which is compatible with PyYAML 3.12 #88

merged 1 commit into from
Nov 3, 2022

Conversation

cottsay
Copy link
Contributor

@cottsay cottsay commented Nov 3, 2022

RHEL 8 packages PyYAML 3.12, which does not have the FullLoader referenced here. If the SafeLoader can't be used, the only other option available is the Loader (aka UnsafeLoader).

Fixes #85

Copy link
Contributor

@tylerjw tylerjw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for this fix too!

@tylerjw tylerjw merged commit 41129c7 into PickNikRobotics:main Nov 3, 2022
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 this pull request may close these issues.

Cannot build generate_parameter_library_example on RHEL 8
2 participants