I have tried the instructions here and both versions of
conda create -c conda-forge -n pymc_env "pymc>=5"
and
conda create -c conda-forge -n pymc_env "pymc>=5" "libblas=*=*accelerate"
They seem to work fine, but things break when I try to install theano I get these messages with mamba:
(sorry if this is too crude, I’m too much of a noob if that’s not obvious already)
Thanks!