zernike icon indicating copy to clipboard operation
zernike copied to clipboard

H5PY dependencies

Open dkimanius opened this issue 1 year ago • 0 comments

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:

$ conda create -n <name> python=3.9
$ pip3 install torch torchvision torchaudio
$ pip install zernike

dkimanius avatar Jun 10 '24 11:06 dkimanius