As can be seen in the 1.7.0 release here, there is no write function. However, pyro-ppl is pinned here, resulting in
from pyro.contrib.mue.dataloaders import write
ImportError: cannot import name 'write' from 'pyro.contrib.mue.dataloaders' (/usr/local/lib/python3.9/site-packages/pyro/contrib/mue/dataloaders.py)
Pinning to 1.8.0 should fix this.
As can be seen in the 1.7.0 release here, there is no
writefunction. However, pyro-ppl is pinned here, resulting inPinning to 1.8.0 should fix this.