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

Loading Example YAML Files is Broken #20

Open
syoon2 opened this issue Jul 8, 2022 · 0 comments · May be fixed by #21
Open

Loading Example YAML Files is Broken #20

syoon2 opened this issue Jul 8, 2022 · 0 comments · May be fixed by #21

Comments

@syoon2
Copy link

syoon2 commented Jul 8, 2022

Caused by: yaml/pyyaml#576


doc = yaml.load(input_file)

Due to the "breaking" change introduced in PyYAML 6.0, the use of --inputfile argument now throws TypeError due to the missing Loader argument. It seems like one of the following has to happen to make it work again: (1) update CryptoSMT code to be compliant with PyYAML 6.0, or (2) cap PyYAML version to < 6.0 then update Dockerfile and README accordingly.

@syoon2 syoon2 linked a pull request Jul 8, 2022 that will close this issue
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 a pull request may close this issue.

1 participant