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"
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"