If you have questions about a specific use case, or you are not sure whether this is a bug or not, please post it to our discourse channel: https://discourse.pymc.io
Description of your problem
% mamba install pymc3=3.11
Encountered problems while solving:
- nothing provides mkl-service needed by pymc3-3.11.0-pyhd8ed1ab_0
Note that earlier versions of pymc3 fail to install because they depend on theano or theano-pymc, which aren't available in M1 builds, rather than aesara.
It appears from here: 2edbe6c that mkl-service was added to quash a theano warning. Is mkl-service still really necessary with aesara?