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
When attempting to build netZooPy with local changes by running pip install -e . from the root directory of the repository, I get the following error:
.. ERROR:: Could not find a local HDF5 installation.
You may need to explicitly state where your local HDF5 headers and
library can be found by setting the ``HDF5_DIR`` environment
variable or by using the ``--hdf5`` command-line option.
The error persists after reinstalling hdf5 with homebrew and setting the HDF5_DIR environment variable as the error message suggested. This is happening on a Mac with M1 chip running Monterey 12.6.3.
This seems to be an M1 chip issue that has a couple of workarounds.
I will post here if anything changes and the issue is no longer present. In the meantime you are more than welcome to post alternatives that have worked for you.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
@katehoffshutta reported this issue:
This seems to be an M1 chip issue that has a couple of workarounds.
I will post here if anything changes and the issue is no longer present. In the meantime you are more than welcome to post alternatives that have worked for you.
Beta Was this translation helpful? Give feedback.
All reactions