Any other Databricks users experiencing the same? A colleague of mine noticed a couple days ago that our clusters were failing to install pymc. We found a workaround by adding an init script like below, which seemed to fix the install failures.
pip install --upgrade 'pip>=25.0' 'setuptools>=77.0.0' 'wheel>=0.43.0'
However, none of my models will finish sampling with the workaround.
For reference, it is a Databricks 16.4 LTS cluster running python 3.12.3 with the following libraries
A bit odd because everything was going smoothly for several months up until Friday, and I didn’t change anything with my cluster before it stopped working.