Conversation
Resolves a build failure on new XCode versions
|
Databrick is calling: 'Prophet' object has no attribute 'stan_backend' Even with: import cmdstanpy; cmdstanpy.install_cmdstan(overwrite=True) Is there a bug? |
|
Hi @jagfirerwalker - Can you enable debug logging and see what error is being raised by the cmdstanpy backend? There very well could be a bug, but I doubt it was related to this PR |
|
Looks like there is an issue here: prophet/python/prophet/forecaster.py Line 164 in 39b3ba2 Should it be more like this? Got it working with this workaround for Databrick def setup_prophet_for_databricks(): Run the setup oncesetup_prophet_for_databricks() |
|
I don't believe there is an error in that code, and it hasn't changed in nearly 5 years. If you enable logging we can probably help you find the issue |
|
Thanks for that. It is most likely some weird Databrick issue. However the following is my work around: def setup_prophet_for_any_environment(): |
Resolves a build failure on new XCode versions