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

PyYAML dependency requires version <= 5.4.1 #4

Open
lfearnley opened this issue Dec 3, 2023 · 0 comments
Open

PyYAML dependency requires version <= 5.4.1 #4

lfearnley opened this issue Dec 3, 2023 · 0 comments

Comments

@lfearnley
Copy link

Using a fresh install under conda with Python 3.12, I get the following error related to changes in PyYAML:

...site-packages/h5_validator/schema.py", line 43, in _get_schema_content
    return yaml.load(contents)
           ^^^^^^^^^^^^^^^^^^^
TypeError: load() missing 1 required positional argument: 'Loader'

See yaml/pyyaml#576

This works in conda with the following versions:

h5py==3.10.0
numpy==1.26.2
ont-h5-validator==2.0.1
PyYAML==5.4.1
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

No branches or pull requests

1 participant