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

Hi,

I’m trying to work with ArviZ within Google Colab and ran into this error message AttributeError: module ‘arviz’ has no attribute ‘extract’. Based on this thread, I tried pip installing different versions of ArviZ within Colab, but still no luck. Any thoughts on how to fix?

Thanks!

Not so much an answer, but I believe az.extract() was previously az.extract_dataset(). If you are stuck on an older version of arviz, you might try that as a partial (though not ideal) solution.

1 Like

That worked! Thank you!