Error at installation #4273
-
My installation gets the following error when running pip install --no-binary h5py 'firedrake[check]': pip install --no-binary h5py 'firedrake[check]' × Getting requirements to build wheel did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. × Getting requirements to build wheel did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. The installation procedure was followed step-by-step. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Ahh. Looks like the PyPI package doesn't work properly (we released it for the first time yesterday). I will fix that tomorrow but for now you can avoid this by running
|
Beta Was this translation helpful? Give feedback.
-
Hi! I encountered an error when writing .h5 files (see below) Thank you! ======================================================================================================== Saving checkpoint for restart at t=0.0100 to Files/checkpoint__trials4_flow_A.h5 Traceback (most recent call last): File "/home/madalinaphys/Documents/STRASSE_LH2_Simulation/Thermosiphon_2D/simulation.py", line 399, in with CheckpointFile(save_path, 'w') as chk: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/madalinaphys/Software/Firedrake/venv-firedrake/lib/python3.12/site-packages/firedrake/checkpointing.py", line 538, in init self.set_attr_byte_string("/", "dmplex_storage_version", version) File "/home/madalinaphys/Software/Firedrake/venv-firedrake/lib/python3.12/site-packages/firedrake/checkpointing.py", line 1700, in set_attr_byte_string grp = self.require_group(path) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/madalinaphys/Software/Firedrake/venv-firedrake/lib/python3.12/site-packages/firedrake/checkpointing.py", line 1780, in require_group _self = self.h5pyfile ^^^^^^^^^^^^^ File "/home/madalinaphys/Software/Firedrake/venv-firedrake/lib/python3.12/site-packages/firedrake/checkpointing.py", line 1653, in h5pyfile self._h5pyfile = h5i.get_h5py_file(self.viewer) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "firedrake/cython/hdf5interface.pyx", line 35, in firedrake.cython.hdf5interface.get_h5py_file File "h5py/h5i.pyx", line 34, in h5py.h5i.wrap_identifier File "h5py/h5i.pyx", line 39, in h5py.h5i.wrap_identifier File "h5py/defs.pyx", line 1222, in h5py.defs.H5Iget_type RuntimeError: Unspecified error in H5Iget_type (return value <0) |
Beta Was this translation helpful? Give feedback.
Ahh. Looks like the PyPI package doesn't work properly (we released it for the first time yesterday). I will fix that tomorrow but for now you can avoid this by running