Skip to content

Instantly share code, notes, and snippets.

@kolibril13
Last active February 15, 2023 12:09
Show Gist options
  • Save kolibril13/b3f3e080ba02c5062611da12d8089c51 to your computer and use it in GitHub Desktop.
Save kolibril13/b3f3e080ba02c5062611da12d8089c51 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@er100rab
Copy link

getting this error, while running your code. Getting this error with line 3

ValueError: There is no registered plugin named 'napari-medical-image-formats'.
Names of plugins offering readers are: set()

@kolibril13
Copy link
Author

You first have to install this package: https://pypi.org/project/napari-medical-image-formats/
pip install napari-medical-image-formats

@er100rab
Copy link

done that

@kolibril13
Copy link
Author

You might have installation issues with the PyPI package or plugin registered then.
Maybe you can try another plugin that reads .nii.gz files, which are mentioned in this conversation:
https://napari.zulipchat.com/#narrow/stream/212875-general/topic/Opening.20nii.2Egz.20files

@er100rab
Copy link

ohk thank you, I will check

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment