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
{{ message }}
This repository was archived by the owner on Apr 25, 2020. It is now read-only.
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"