I got the following error:
AttributeError: module 'arviz' has not attribute 'geweke'
.
See the attached full stack trace below:
How can I fix it?
I got the following error:
AttributeError: module 'arviz' has not attribute 'geweke'
.
See the attached full stack trace below:
How can I fix it?
It seems as though the pymc3
module on your computer is not configured correctly. I would try reinstalling pymc3
with pip install --force-reinstall pymc3
. If you have python3 and python2, then you may have to use pip3
instead of pip
.