-
Notifications
You must be signed in to change notification settings - Fork 1
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 2.10.0 is incompatible with numpy 1.24.1 #8
Comments
@irinaespejo @Sinclert If I fix this can I bump up the release number to |
Hey @tueda, thanks for your report. @matthewfeickert Feel free to do so. IIRC this Docker image is only used within the madminer-tutorial repository. You would need to update every reference to the new tag, similar to what this commit did. |
I am facing the same issue and now I cannot downgrade Here is my error message:
|
👋🏻 Apologies for the delay on the resolution. I decided to forward fix the h5py - numpy compatibility issue, by removing the h5py requirement from the Please, @tueda , could you try |
Thank you for the fix. I have tried the 0.3.6 image and it worked: at least |
Recently, my collaborator told me that the Docker image does not work properly with the physics tutorial (part 2A). It turned out that See also this bug report and the corresponding fix commit. Upgrading the MG5_aMC to 2.9.16+ could be a potential fix. |
Thanks for the bug report. I just pushed image version |
Thanks for uploading 0.3.7. Unfortunately, the image still has some problems. When you run
This causes the physics tutorial (part 2B) to fail because Actually, it seems that installing
This appear to be the I'm not sure why this pthread issue occurred in your build; currently, if I build the image locally, then the compilation of MG5aMC_PY8_interface successfully completes. (But I had the same in the past with Ubuntu images; perhaps due to the layer cache??) If this |
Thanks again for the detailed bug report. At this stage, I would say you know more about what is going wrong with the tutorial Docker image, than myself, or any other person associated to this project (which has been unmaintained for a few years now). Seems like the easiest path forward would be for you to open a PR, and for us to review it. Feel free to tag me once you do. |
Maybe the first step would be adding CI, which checks if changes cause further problems: #10. |
The current image has
h5py
2.10.0 (specified inrequirements.txt
), which is incompatible withnumpy
1.24.1 installed in the image:Maybe
numpy
version could be fixed to an older one, as in https://stackoverflow.com/q/74852225.The text was updated successfully, but these errors were encountered: