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

conda create -n myenv -c conda-forge
conda activate myenv
conda install pymc3 -c conda-forge

Remember to use conda-forge channel.

2 Likes