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
Summary
"An EPANET simulation cannot be run from Colab, apparently after the new version of WNTR
The problem arises when I attempt to perform a simulation with EPANET from WNTR, for example
wn = wntr.network.WaterNetworkModel(inp_file):
sim = wntr.sim.EpanetSimulator(wn)
results = sim.run_sim()
The following error appears:
OSError: /usr/local/lib/python3.11/dist-packages/wntr/epanet/libepanet/linux-x64/libepanet22.so: cannot open shared object file: No such file or directory
Thanks!
The text was updated successfully, but these errors were encountered:
Summary
"An EPANET simulation cannot be run from Colab, apparently after the new version of WNTR
The problem arises when I attempt to perform a simulation with EPANET from WNTR, for example
wn = wntr.network.WaterNetworkModel(inp_file):
sim = wntr.sim.EpanetSimulator(wn)
results = sim.run_sim()
The following error appears:
OSError: /usr/local/lib/python3.11/dist-packages/wntr/epanet/libepanet/linux-x64/libepanet22.so: cannot open shared object file: No such file or directory
Thanks!
The text was updated successfully, but these errors were encountered: