Michael Tryby
Michael Tryby
@xie-kun It’s just a hunch, but I think this is a OS latency issue as opposed to a bug in pyswmm. There is a delay releasing the files from the...
Every time SWMM gets executed in the example above the file name is ‘new.inp’.
Is it possible that the SWMM simulation fails because it is getting invalid arguments? In which case you can make your execution code more robust by handling failed jobs more...
@Leslay-wang did you build SWMM-toolkit package yourself from the source distribution? It looks like it’s installed as an egg but it needs to be installed as a wheel. Eggs aren’t...
@Leslay-wang pyswmm is the package you are installing. The package swmm-toolkit is a dependency required by the pyswmm package. Both need to be installed properly on the machine for it...
pyswmm / swmm-toolkit are 64 bit only. We no longer support 32 bit.
The problem is it’s building the sdist and installing as egg. It needs to be installed from the wheel.
What command are you using to install it now?
Try this instead pip install pyswmm
Maybe we could update the readme to give users "Quick Start" information then direct to more detailed sources of info. To me a Quick Start provides the following: 1) How...