mattjj / pyhsmm-autoregressive

autoregressive plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No module named distributions

lishen opened this issue · comments

I'm having trouble running the demo.py under the examples folder. Apparently, there is a module missing. Here is the error:


ImportError Traceback (most recent call last)
in ()
9 from pyhsmm.util.stats import whiten, cov
10
---> 11 import autoregressive.models as m
12 import autoregressive.distributions as d

build/bdist.macosx-10.5-x86_64/egg/autoregressive/init.py in ()

ImportError: No module named distributions

Looks like there is no such file as distributions.py under the autoregressive package.

I had forgotten to commit a file. Thanks!

It still does give an error.

Are you using the git master version or a pypi (pip) version?