This repository was archived by the owner on Apr 25, 2020. It is now read-only.

Description
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"