I finally got to trying to install and run rSLDS. THe following dependencies are ones that I don't think it made explicit, but that I had to figure out by installing things, seeing what fails, search the web for missing modules, etc. They are:
hips
HIPS-Lib
autoregressive
pyslds (needed upgrade to get _SLDSVBEMMixin)
autoregressive also needed imports of some things fixed to say to import them from autoregressive; and example is 'models'. In the end I had to update and rebuild numpy and scipy, and a number of other dependencies were downloaded and built more automatically. I thought you might want to know these things for your setup file, etc.
I finally got to trying to install and run rSLDS. THe following dependencies are ones that I don't think it made explicit, but that I had to figure out by installing things, seeing what fails, search the web for missing modules, etc. They are:
autoregressive also needed imports of some things fixed to say to import them from autoregressive; and example is 'models'. In the end I had to update and rebuild numpy and scipy, and a number of other dependencies were downloaded and built more automatically. I thought you might want to know these things for your setup file, etc.