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

fixed bug where h5py downloads incompatible version of cython #249

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

heidenrei
Copy link

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant