Open fickse opened 3 years ago
You ended up with a really old PyMC version there. But it should be fine to pip install "pymc3==3.11.4"
on top.
This is a frequently observed problem with conda channels, I can't find a corresponding ticket though.
I recently learned that the proper way to fix this on conda-forge is to make a repodata patch. That way we can retroactively fix the broken version pins.
It's conda's job to handle these dependencices correctly. Until it does, the feedstock is broken IMHO.
Issue: AttributeError: module 'arviz' has no attribute 'geweke' for Python 3.9.7
Similar to https://discourse.pymc.io/t/attributeerror-module-arviz-has-no-attribute-geweke/6818
But with different different python version.
Steps to reproduce:
Environment (
conda list
):Details about
conda
and system (conda info
):