How to install Python 3.10 in Miniconda
conda create --name threeten --no-default-packages python=3.10
conda activate threeten
How to install Python 3.10 in Miniconda
conda create --name threeten --no-default-packages python=3.10
conda activate threeten