I suggest you try in the new version of pymc (>4), where the dist.random(size=8) call is replaced by pm.draw(dist, 8)
If you see the same error or need to stick with pymc3, please share the whole error message.
I suggest you try in the new version of pymc (>4), where the dist.random(size=8) call is replaced by pm.draw(dist, 8)
If you see the same error or need to stick with pymc3, please share the whole error message.