ComplexNetworkSim icon indicating copy to clipboard operation
ComplexNetworkSim copied to clipboard

Requires SimPy 2

Open tobanw opened this issue 9 years ago • 2 comments

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"

tobanw avatar Jun 30 '15 01:06 tobanw

I was recently approached by someone who forked & made the library compatible with SimPy 3 (and Python 3). See https://github.com/kentwait/nxsim

jschaul avatar Jul 03 '15 08:07 jschaul

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?

tobanw avatar Jul 03 '15 18:07 tobanw