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