I am trying to install FBProphet library in Python 3.10, but it fails because I do not have the pystan module installed. But then when I try to install pystan, it fails on this error:
error: could not create 'build\lib.win-amd64-cpython-310\pystan\stan\lib\stan_math\lib\boost_1.69.0\boost\numeric\odeint\stepper\generation\generation_runge_kutta_cash_karp54_classic.hpp': No such file or directory
I have the setuptools installed, VS Build Tools installed. How should I solve this problem?