MIMBSimUtils depends on a number of python packages which must be installed.
Numpy is a package for numerical computation in python and it provides a very powerful array object. Download numpy and install it according to the instructions. Alternatively, numpy can be installed using pip:
pip install numpy
Scipy is a python package of scientific software, which heavily depends on numpy arrays. Download scipy and follow the installation instructions. Alternatively, scipy can be installed using pip:
pip install scipy