Using module pynrrd in creation of extension

Hi,

I am currently creating an extension for Slicer that uses the model nrrd from pynrrd. However i get the error:
ModuleNotFoundError: No module named ‘nrrd’

(I installed pynrrd by using “pip install pynrrd”)

What could this depend on and can it be fixed?

Thank you

Maybe try:

import pynrrd

Hope it helps