🐛 Bug Description
When you currently install the sbi package through one of the recommended ways, it will also install the dependency arviz. They recently had their 1.0.0. release and that seems to have introduced breaking changes. Notably, the arviz.data module can no longer be found.
🔄 Steps to Reproduce
- Follow instructions to install sbi with uv and Python3.12
- Minimal code example that triggers the bug:
from sbi.inference import NPE
- Error message:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'arviz.data'
✅ Expected Behavior
Would have expected import to work without error.
📌 Additional Context
...
🐛 Bug Description
When you currently install the
sbipackage through one of the recommended ways, it will also install the dependencyarviz. They recently had their1.0.0.release and that seems to have introduced breaking changes. Notably, thearviz.datamodule can no longer be found.🔄 Steps to Reproduce
from sbi.inference import NPE✅ Expected Behavior
Would have expected import to work without error.
📌 Additional Context
...