Descriptionn
conda create -n CONDA_ENV
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
Solution
conda activate base
conda update conda -c conda-canary
conda config --set channel_priority false
If still not solved, try to use VPN