-
Notifications
You must be signed in to change notification settings - Fork 43
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
an error when saving hdf5 file after fitting #32
Comments
Hi Minju, This appears to be an issue with the deepdish module, which is not yet compatible with numpy >= 1.2.4: Hopefully this will be patched soon, but in the mean time if you downgrade your numpy version this should make things work again. Cheers, |
aha! With the downgrade, it worked. Thanks a lot!! :) |
Actually, if you just modify np.object -> object, then the code become compatible with the latest numpy version (at least it worked for me) |
Just to note that I've now replaced deepdish with h5py from bagpipes v1.0.2, so hopefully the code should now again be compatible with the most recent versions of numpy. |
Just to further note that I've just fixed a bug with this in the new v1.2.0 bagpipes release which was causing a strange error "numpy has no attribute np". |
Hi,
I have recently changed my
conda
environment fromanaconda3
tominiforge
and reinstalled the bagpipes, and now I am getting the following error message which seems to be relevant to the hdf5 (when saving the fitting result) thatbagpipes
is using.I am suspecting this might not be an issue directly relevant to
bagpipes
' rather on my side but would still wonder whether any of you can help me if you have encountered the same issue.I am using Mac (M1 silicon) and I had an issue when installing the bagpipes with this new setup (i.e., everything set on the arm architecture) and I have to manually specify the HDF5_DIR by typing
export HDF5_DIR="$(brew --prefix hdf5)"
, which then completed thebagpipes
installation.Following is the error when I got trying to install bagpipes using pip install bagpipes
Thank you very much for any help you could offer!!
Best,
Minju
The text was updated successfully, but these errors were encountered: