AttributeError: module 'arviz' has no attribute 'geweke'

I ran into this problem when I updated my conda environment today. I was able to resolve it with

conda install -c conda-forge arviz=0.11.0
9 Likes