Cannot install python 3.6 in mac using conda

Author: ZisenShaoCreated Jul 4, 2024Updated Jul 2, 2025

In the installation page, it says I need to create python 3.6 environment using `conda create -n spinningup python=3.6`, but I couldn't find a way to install python 3.6 with conda, both defaults and conda-forge channel don't have this version. Could I use another python version instead? Or may I not use conda to create the environment?