We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
We recommend using Anaconda (or Miniforge) to install Python on MacOS, which allows for packages to be installed using its conda utility.
conda
conda create -c conda-forge -n pymc_env python=3.9 pymc conda activate pymc_env
If you like, replace the name pymc_env with whatever environment name you prefer.
pymc_env