error: terminated by signal 3221225657
- Dominant language
- Python
- Stars
- 20.4k
- Forks
- 4.6k
- Avg merge
- 19h 52m
- Merged PRs (30d)
- 1
Description
hi
I installed package prophet (not fbprophet) in Python 3.9.4. But fitting a model gives error. With the same data in R code works perfectly. What is the issue?
model = Prophet()
model.fit(df1)
Error:
14:55:05 - cmdstanpy - INFO - Chain [1] start processing
14:55:06 - cmdstanpy - INFO - Chain [1] done processing
14:55:06 - cmdstanpy - ERROR - Chain [1] error: terminated by signal 3221225657
Optimization terminated abnormally. Falling back to Newton.
14:55:06 - cmdstanpy - INFO - Chain [1] start processing
14:55:06 - cmdstanpy - INFO - Chain [1] done processing
14:55:06 - cmdstanpy - ERROR - Chain [1] error: terminated by signal 3221225657
.....
RuntimeError: Error during optimization:
Contributor guide
Assessment
This issue has not been assessed yet.