Hi Jehan,
I was never able to get MSInspector to work on recent versions of skyline (lots of different overlapping issues with versions of python etc). Yin Lu emailed me that he is in the process of an update to MS Inspector though!
From the man himself:
"I'm Yin Lu. The author of MSInspector. I went over the error you posted. I think the main issue is about Python 2.7 and its package pandas.
You were able to install Python 2.7 and its package Jinja2. But you failed to install pandas-0.21.0.tar.gz because it's required package numpy>=1.9.0 couldn't get installed. The default most recent numpy-1.26.0 is not available for Python 2.7 now. I think once package numpy>=1.9.0 gets installed, the issue can get resolved.
There is a python package file numpy-1.13.1+mkl-cp27-cp27m-win_amd64.whl
https://www.silx.org/pub/wheelhouse/numpy-1.13.1%2Bmkl-cp27-cp27m-win_amd64.whl
After you download it, in the command line console, go to the directory where the file numpy-1.13.1+mkl-cp27-cp27m-win_amd64.whl is located and run the command line "pip install numpy-1.13.1+mkl-cp27-cp27m-win_amd64.whl"
You can manually install the package to Python.
Then try to install MSInscpector again. And pandas-0.21.0.tar.gz should get installed.
In addition, we developed the Python 3 version of MSInspector. I will upload it to Skyline in the following two to three weeks, once I test its installation and running in some other new environments. I will let you know after it's updated, and you can try that accordingly."
That was this February - so hopefully the python 3 version will be uploaded very soon!