mattjj / pyhsmm-autoregressive

autoregressive plugin
Other
27 stars 27 forks source link

No module named distributions #6

Closed lishen closed 8 years ago

lishen commented 8 years ago

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.
mattjj commented 8 years ago

I had forgotten to commit a file. Thanks!

gulsunde commented 7 years ago

It still does give an error.

mattjj commented 7 years ago

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

gulsunde commented 7 years ago

Pip

On Aug 23, 2017 8:34 PM, "Matthew Johnson" notifications@github.com wrote:

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

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/mattjj/pyhsmm-autoregressive/issues/6#issuecomment-324499485, or mute the thread https://github.com/notifications/unsubscribe-auth/AXlCNaeFUp4Bp-_JIrFC0aPB2Vsozhvgks5sbMUFgaJpZM4IHtCE .

gulsunde commented 7 years ago

I also tried the other version

On Aug 23, 2017 8:35 PM, "Gulsun Demirezen" gulsun.demirezen@ryerson.ca wrote:

Pip

On Aug 23, 2017 8:34 PM, "Matthew Johnson" notifications@github.com wrote:

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

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/mattjj/pyhsmm-autoregressive/issues/6#issuecomment-324499485, or mute the thread https://github.com/notifications/unsubscribe-auth/AXlCNaeFUp4Bp-_JIrFC0aPB2Vsozhvgks5sbMUFgaJpZM4IHtCE .