Open Tuyen92 opened 7 months ago
I'm also getting the same error. It seems there is a problem with cmdstanpy package
cmdstanpy - ERROR - Chain [1] error: terminated by signal 3221225657
I'm using Prophet 1.1.5 and Python 3.12.
EDIT: There are more issues opened for this like #2456 , some people think this is related to the OS. I'm on Windows btw
I'm on Window 11. I attempted to downgrade Prophet from version 1.1.5 to 1.1.1, and installed holidays==0.18.0. But it didn't work, the same error persists. I'm also using cmdstanpy==1.2.2
@Tuyen92 I am on Linux and this issue is fixed for me with below setup:
Python: 3.10.10 Prophet: 1.1.5
@Tuyen92 I am on Linux and this issue is fixed for me with below setup:
Python: 3.10.10 Prophet: 1.1.5
Hi, When I tried your solution, I was faced with a different error
AttributeError:
np.float_was removed in the NumPy 2.0 release. Use
np.float64instead.
which is solved in this PR. Looks like a chicken egg problem to me
RuntimeError: Error during optimization! Command '/usr/local/lib/python3.11/site-packages/prophet/stan_model/prophet_model.bin random seed=49923 data file=/tmp/tmpeon52vld/ai_chsha.json init=/tmp/tmpeon52vld/8rgg4bmv.json output file=/tmp/tmpeon52vld/prophet_model99i3l0_s/prophet_model-20241014192626.csv method=optimize algorithm=newton iter=10000' failed: while hosting I am getting this error
I'm encountering an issue with the usage of prophet.fit(), and I'm uncertain about how to resolve it. I'm using Python version 3.10.8, with Prophet version 1.1.5. Additionally, I have created a DataFrame named 'train' with two columns, 'ds' and 'y', to pass into the fit() function.
This is error return to me