We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Using a fresh install under conda with Python 3.12, I get the following error related to changes in PyYAML:
See yaml/pyyaml#576
This works in conda with the following versions:
The text was updated successfully, but these errors were encountered: