mattjj/pyhsmm-autoregressive

Eigen URL no longer exists

tansey opened this issue · 4 comments

I think the relevant link you now want is to https://gitlab.com/libeigen/eigen/-/archive/3.2.10/eigen-3.2.10.tar.gz (the same major version as is in the setup.py now but a slightly newer minor version).

...and also seems line 25 in setup.py should read thedir = glob(join('deps', 'eigen-*'))[0] as the package naming scheme seems to have changed.

I think it’s safe to say this repo will no longer be updated. You may be interested in dynamax though: https://github.com/probml/dynamax

Thanks! I'm happy just commenting for anyone else (or myself) coming back here in the future to get back-compatibility with old code.

Much appreciated :)