print(pm.__version__)
5.0.1
print(az.__version__)
0.14.0
trace = pm.sample(...)
az.plot_trace(trace)
gives me the following Error:
ModuleNotFoundError: No module named 'pymc3'
It looks like arziv is still looking for pymc3 to convert a pymc trace object to its xarray.Dataset object, according to arviz.convert_to_dataset — ArviZ 0.14.0 documentation
Any response will be warmly appreciated.
Regards,