Closed peterdfields closed 4 years ago
Thanks for reporting this! A recent update to h5py broke tensorflow compatibility and I hadn't set an explicit version requirement in the setup script, which I've now fixed. If you clone the repo and follow the github install instructions (i.e. with setup.py instead of pip), it should work. Alternately, you can try downgrading h5py in your locator environment with pip install h5py==2.10.0
. Let me know if you have any other issues, otherwise closing for now.
@cjbattey That did the trick. thanks!
I'm seeing the following error when trying to run the sample dataset:
I get this error when I try to set locator up both on a mac running Catalina and a Linux machine running openSUSE. During setup step I do notice a few oddities, mostly concerning version compatibilities with tensorflow, e.g.:
tensorflow 2.3.1 requires h5py<2.11.0,>=2.10.0, but you'll have h5py 3.0.0rc1 which is incompatible.
Still, even when I install all the dependencies individually using pip or conda I'm still getting this particular error. I'm using a conda environment (python=3.7). Please let me know if additional information would be useful for figuring out what might be going wrong on my side.