Hi Prophet team,
I am currently running prophet as python model in dbt cloud with a bigquery adapter. Until 13th November 2025 It worked really smoothly using Bigquery Data frames and the colab notebook env it is tunning on.
It looks like after Prophet was upgraded to 1.1.7 in my managed notebook environment (BigQuery Notebook Execution / dbt Cloud), all Prophet models began failing with:
CmdStan installation missing makefile, path
/usr/local/lib/python3.12/dist-packages/prophet/stan_model/cmdstan-2.33.1 is invalid.
The Prophet 1.1.7 wheel includes a directory:
prophet/stan_model/cmdstan-2.33.1/
but the bundled CmdStan distribution inside is incomplete (missing makefile and other required build files).
cmdstanpy therefore rejects it immediately.
Because the environment is read-only, install_cmdstan() cannot repair the installation.
This makes Prophet 1.1.7 unusable in any environment where build tools or write access are restricted (BigQuery Notebook Execution, Colab Enterprise, certain serverless runtimes).
Prophet 1.1.5 worked correctly under the same constraints.
Could you please verify the CmdStan bundle inside the 1.1.7 wheels and republish a corrected build?
A valid bundled CmdStan is essential for Prophet to work in restricted notebook environments.