lindermanlab / ssm

Bayesian learning and inference for state space models
MIT License
540 stars 196 forks source link

Unit tests fail in Python 3.8 #155

Closed mikewojnowicz closed 1 year ago

mikewojnowicz commented 1 year ago

The problem appears to be that the pyhsmm package has installation problems in Python 3.8.
See this issue.

mikewojnowicz commented 1 year ago

Update: Although pip install pyhsmm failed, pip install git+https://github.com/mattjj/pyhsmm succeeded. It seems that the master branch of pyhsmm is far ahead of the pypi package, which seems to have been last updated on May 2017 (see https://pypi.org/project/pyhsmm/#history).