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

Installation requirement of h5py<=2.10.0? #377

Open
eyildiz-ugoe opened this issue Aug 18, 2022 · 0 comments
Open

Installation requirement of h5py<=2.10.0? #377

eyildiz-ugoe opened this issue Aug 18, 2022 · 0 comments

Comments

@eyildiz-ugoe
Copy link

eyildiz-ugoe commented Aug 18, 2022

If you go ahead and install the package pip install keras-segmentation, it installs the package regardless, like I have h5py-3.7.0 and keras-segmentation is installed.

However, to get the latest updates of this package on git, I'd like to use pip install --upgrade git+https://github.com/divamgupta/image-segmentation-keras as recommended. Unfortunately, that dictates h5py<=2.10.0 since you have the following in setup.py:

install_requires=[
            "h5py<=2.10.0",

Is there a particular reason for this? Could you just update it perhaps? Why is it that the pip version is installed with a newer version of h5py, while the updated repo -that is supposed to be better- requires a lower version of h5py?

The reason why I am bringing this up is simple. If you install the package via pip install keras-segmentation, you keep getting the infamous checkpoint not found error. You avoid this you install the package with pip install --upgrade git+https://github.com/divamgupta/image-segmentation-keras. That, however, for some reason, forces the system to downgrade h5py to an older version.

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