I got: ModuleNotFoundError: No module named 'h5py'
at line: from zernike import RZern
So H5PY dependency was not installed along wiht zernike when using pip install. I see it in the setup.py setup_requires, so not sure exactly why this happens. In Ubuntu, I started from a fresh conda environment with:
I got:
ModuleNotFoundError: No module named 'h5py'
at line:from zernike import RZern
So H5PY dependency was not installed along wiht zernike when using pip install. I see it in the setup.py setup_requires, so not sure exactly why this happens. In Ubuntu, I started from a fresh conda environment with: