ComplexNetworkSim
ComplexNetworkSim copied to clipboard
Requires SimPy 2
The current version of simpy is 3 but the package only works with the old version, simpy 2. Simpy 3 is not backwards compatible; there is a porting guide here: Porting from SimPy 2 to 3.
For those having the issue, the workaround is to install the old version of simpy. As explained on the pypi page, the shell command is: pip install "simpy>=2.3,<3"
I was recently approached by someone who forked & made the library compatible with SimPy 3 (and Python 3). See https://github.com/kentwait/nxsim
Thanks for the tip -- nxsim looks great! Are you going to leave ComplexNetworkSim as is (to avoid breaking backwards compatibility)? Is nxsim the future of the project -- if you were to develop this project further, would you contribute to nxsim instead of ComplexNetworkSim?