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

restict ngff-zarr to prevent errors in Ubuntu 18 #89

Merged
merged 1 commit into from
Feb 5, 2025

Conversation

kmitcham
Copy link
Contributor

@kmitcham kmitcham commented Feb 4, 2025

(resolved before issue created)

Chantelle was encountering issues with bioio writer imports when using latest versions of bio.
We eventually traced the issue to Ubuntu 18 having issues with ngff-zarr>0.9.0, specifically its dependencies in
itkwasm and wasmtime. I don't think I need to pin the wasm dependencies, but if we do, the versions are
itkwasm==1.0b171 wasmtime==22
pip install ngff-zarr==0.9.0 itkwasm==1.0b171 wasmtime==22

Description of Changes

Put a maximum version number on ngff-zarr to avoid low level lib errors.

Copy link
Contributor

@evamaxfield evamaxfield left a comment

Choose a reason for hiding this comment

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

I am fine with this but I believe #80 will also fix this problem

Copy link
Contributor

@toloudis toloudis left a comment

Choose a reason for hiding this comment

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

LGTM? I also agree about #80 but this is a good enough interim thing

@kmitcham kmitcham merged commit fbed2ee into main Feb 5, 2025
20 checks passed
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.

4 participants