I cannot install Python 3.9 using conda environment.
conda create --name demo-env python=3.9
WARNING: A conda environment already exists at '/XXXXXX'
Remove existing environment (y/[n])? y
Collecting package metadata: / Unable to retrieve repodata (404 error) for https://repo.anaconda.com/pkgs/main/noardone
Solving environment: failed
PackagesNotFoundError: The following packages are not available from current channels:
- python=3.9
Current channels:
- https://repo.anaconda.com/pkgs/main/linux-64
- https://repo.anaconda.com/pkgs/main/noarch
- https://repo.anaconda.com/pkgs/free/linux-64
- https://repo.anaconda.com/pkgs/free/noarch
- https://repo.anaconda.com/pkgs/r/linux-64
- https://repo.anaconda.com/pkgs/r/noarch
To search for alternate channels that may provide the conda package you're
looking for, navigate to
https://anaconda.org
and use the search bar at the top of the page.```