The Op for true_div, real, sqrt and others does not have a C implementation

I think you want to specify the python version first.

conda create -n pymc_env python=3.10
conda activate pymc_env
conda install -c conda-forge "pymc>=5"