Kha

Results 16 comments of Kha

I think the issue is because there is no wheel for arm64 for the latest cmdstanpy yet.

From trial and error, I am able to install **Prophet** in Python 3.8 with `pip`, and not able to in Python 3.9 and above. Note that the installation will be...

> Hello @nlhkh , > > Could you please tell me how did you install prophet with python 3.8? On my Macbook Pro M1, I install miniforge by ```sh curl...

The maintainers disappeared. It has been 2 months and no response.

> From the coded problem, you can obtain the initial state with the method getInit(). It returns a BitExp. You have to create a BitState from this BitExp. Then, you...

In case anyone else need to get the intermediate states, here is the solution in Scala: ```scala val planner = new FF() // ... val problem = planner.instantiate(parsedProblem) val plan...