lalithsuresh/CloudSim

need for help

youareanidiot opened this issue · 1 comments

hi, I can't find the SimPy in the package, which download form https://github.com/lalithsuresh/CloudSim/archive/master.zip. I'd appreciate it if you can tell me how can I get the correct Simpy to running the CloudSim you provided.

As I cloned the repository and tried to run simulations on my linux machine I got some Import Errors regarding the SimPy module. I believe the reason here is that the code was implemented with SimPy 2 and now the module is available in its third version, so as stated on the official website for SimPy (http://goo.gl/EbSX1z), the syntax used to import code changed from from SimPy.Simulation import *, for instance, to simply import simpy.