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

H5PY dependencies #16

Open
dkimanius opened this issue Jun 10, 2024 · 0 comments
Open

H5PY dependencies #16

dkimanius opened this issue Jun 10, 2024 · 0 comments

Comments

@dkimanius
Copy link

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
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

No branches or pull requests

1 participant