magnusdk / pyuff_ustb

An implementation of USTB's ultrasound file format (UFF) in Python.
https://pyuff-ustb.readthedocs.io/
Apache License 2.0
12 stars 2 forks source link

Issue with h5py when installing using pip on windows. Do we need to use conda? #1

Open olemarius90 opened 1 year ago

olemarius90 commented 1 year ago

So, we need to have h5py to run be able to use pyuff_ustb so when I try to install using

"pip install -e ." in my forked repository I get the

ERROR: Could not find a version that satisfies the requirement h5py (from pyuff-ustb) (from versions: none)
ERROR: No matching distribution found for h5py

Turns out that the h5py cannot be install through pip withouth alot of hassle on windows and I ended up switching to conda and doing

conda install h5py

magnusdk commented 1 year ago

Hi! Thanks for making an issue :) ~I will update the README.~ Actually, it will have to wait until I get back, as I don't have a Windows machine to test on now.