Skip to content
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

Colab problem #466

Open
dnbl1960 opened this issue Jan 20, 2025 · 1 comment
Open

Colab problem #466

dnbl1960 opened this issue Jan 20, 2025 · 1 comment

Comments

@dnbl1960
Copy link

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!

@kbonney
Copy link
Collaborator

kbonney commented Jan 21, 2025

Hi @dnbl1960, thanks for bringing this to our attention. We have identified the problem (see #467) and a fix should be rolled out soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants