-
Notifications
You must be signed in to change notification settings - Fork 140
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
h5py for Python 3.9 or later #918
Comments
Originally posted by @githubweather in #823 (comment) I have updated the h5py meta.yaml file in my fork, so that cython is set to 0.29.36, the latest version available. Also, I set chaquopy-hdf5 to version 1.10.2 and numpy to 1.23.3. These last 2 settings I based on what packages I saw available at https://chaquo.com/pypi-7.0. build-wheel is finding chaquopy-hdf5 version 1.10.2, but is not finding numpy version 1.23.3. Where does build-wheel.py look for the packages in the host section of meta.yaml? I'm not clear on why build-wheel successfully finds chaquopy-hdf5 1.10.2 but does not find numpy 1.23.3. This is the log from my build-wheel.py run to try and produce a wheel file for h5py, that shows what I explain here. I also don't have a handle on the patch file that pre-existed for h5py. Apologize for this many questions. |
It looks in the I see you've also updated your meta.yaml to change the h5py version from 2.10.0 to 3.9.0. Do you actually need the new version? If all you're trying to achieve is getting a build that works with Python 3.10, I suggest you leave the version number alone for now. |
If anyone else needs this package for Python 3.9 or later, please click the thumbs up button above, and subscribe to this issue to receive updates. |
Originally posted by @githubweather in #823 (comment)
I have fixed a few things and now have an issue regarding building h5py for cp310. But first, to clarify, I am using the original build-wheel.py and removed the show.* file, which looked like a patch file, from my fork. Sorry for that confusion. I am now building a simpler APK, and am now able to see the right numpy version 1.25.0. I had to add a wheel for hdf5 and now Android Studio execution is indicating 'No module named h5py' as seen in this log:
show.h5py.logcat.log
As such, I am trying to build a wheel file for h5py and got this error message:
show.build-wheel.h5py.log
Please let me know what this error msg means and how to approach a fix. Again, the meta.yaml files are not totally clear to me. I updated my fork to include the h5py meta.yaml I am trying to use.
If it helps, this is my current build.gradle file --
The text was updated successfully, but these errors were encountered: