I need to create a conda environment with python 3.7 on macbook M1 but it is no longer supported
conda create -n proj37 python=3.7
i got
Collecting package metadata (repodata.json): done Solving environment: failed
PackagesNotFoundError: The following packages are not available from current channels:
- python=3.7 Current channels:
- https://conda.anaconda.org/conda-forge/osx-arm64
- https://conda.anaconda.org/conda-forge/noarch
This conda osx-arm64 link list the version that is currently supported
how do I create a conda environment with python 3.7 when it is no longer supported?