You are right of course! I am following these steps:
- create the environment and install PyMC with:
conda create -c conda-forge -n pymc_env "pymc>=4"
conda activate pymc_env
- Then a install python 3.10 using
conda install python=3.10
Is this OK?
You are right of course! I am following these steps:
conda create -c conda-forge -n pymc_env "pymc>=4"
conda activate pymc_env
conda install python=3.10
Is this OK?