You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pathfinder is trying to import CustomProgress from pymc.util however in pymc version 5.24.0 CustomProgress was moved from pymc.util to pymc.progress_bar.
This leads to an import error when trying to load the latest version of pymc-extras with the latest version of pymc.