facebookresearch / Kats

Kats, a kit to analyze time series data, a lightweight, easy-to-use, generalizable, and extendable framework to perform time series analysis, from understanding the key statistics and characteristics, detecting change points and anomalies, to forecasting future trends.
MIT License
4.88k stars 534 forks source link

pystan2 is so old to install on latest mac #279

Open jiamo opened 1 year ago

jiamo commented 1 year ago

build and install pystan2 will got

In file included from pystan/stan/lib/stan_math/lib/boost_1.72.0/boost/spirit/home/support/detail/sign.hpp:16:
pystan/stan/lib/stan_math/lib/boost_1.72.0/boost/math/special_functions/sign.hpp:30:22: error: reference to unresolved using declaration
        return (std::signbit)(x) ? 1 : 0;
                     ^

Considering upgrade to pystan3?

rohanfb commented 1 year ago

PRs are welcome :)

vpasquier commented 1 year ago

And as far as i understood pystan3 is not having the right dependency either on httpstan -> https://discourse.mc-stan.org/t/mac-m1-installation-issue-pystan-3/29490, so it needs some manual installs.