Skip to content
This repository was archived by the owner on Jan 7, 2025. It is now read-only.

fixed bug where h5py downloads incompatible version of cython#249

Open
heidenrei wants to merge 1 commit into
idealo:masterfrom
heidenrei:master
Open

fixed bug where h5py downloads incompatible version of cython#249
heidenrei wants to merge 1 commit into
idealo:masterfrom
heidenrei:master

Conversation

@heidenrei
Copy link
Copy Markdown

h5py needs cython to compile. When cython is not installed on the machine it will automatically download cython to compile itself. Currently, the version of cython that it downloads is 3.0a1, which is unable to compile h5py. This bug is with h5py/cython and not directly stemming from image-super-resolution, but it is causing bugs downstream in this project. To fix this issue you just need to make sure that cython is installed on the machine first (with a compatible version). It would be good practice to include a specific version range in setup.py, but for now this works.

guy on h5py repo issues section discussing this solution

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant