BASEMENTBasic Simulation Environment for computation of environmental flow and natural hazard simulationLaboratory of Hydraulics, Hydrology and Glaciology (VAW)ETH Zurich | ![]() |
You are not logged in.
Pages: 1
Hello everyone,
kindly, could someone explain me the meaning of this statement:
PS d:\directory\python BMv4NodestringResults.py
Traceback (most recent call last):
File "d:\directory\python BMv4NodestringResults.py", line 2, in <module>
import h5py
ModuleNotFoundError: No module named 'h5py'
I save python script (release 4) in the scenario folder, together with al json and results.h5 files.
Many thanks to everyone could help me.
Stefano
Offline
Hey Stefano
looks like the python package h5py is not available on your system.
Try (re)installing it with something like
pip install h5py
The correct command depends on your system and python environment, please check out https://docs.h5py.org/en/stable/build.html#install to find the correct one.
Does this solve your problem?
Offline
Pages: 1