You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The h5py package recently released a new version, which uses an old version of mpi4py that has a typo. The fixed mpi4py is not referenced in the latest version of h5py, although they have already patched the issue but have yet to release the updated version. Hence, as a workaround until h5py release the fixed version, one can install sopht-mpi by adding the following lines in the Makefile to install h5py with MPI support.
This approach is also used in other projects as a workaround (see h5py/h5py#2222). Since this is not a sopht-mpi issue, we won't be fixing it, but will instead wait for the latest h5py version release.
The text was updated successfully, but these errors were encountered:
This issue is temporarily fixed in #186 . I will leave this issue open until h5py release the new version, beyond which we will then remove the temporary fix and close this issue.
The
h5py
package recently released a new version, which uses an old version ofmpi4py
that has a typo. The fixedmpi4py
is not referenced in the latest version ofh5py
, although they have already patched the issue but have yet to release the updated version. Hence, as a workaround untilh5py
release the fixed version, one can installsopht-mpi
by adding the following lines in theMakefile
to installh5py
with MPI support.This approach is also used in other projects as a workaround (see h5py/h5py#2222). Since this is not a
sopht-mpi
issue, we won't be fixing it, but will instead wait for the latesth5py
version release.The text was updated successfully, but these errors were encountered: