admin管理员组

文章数量:1612099

错误信息
```bash
(base) [heyongkang@swarm02 hyk2020]$conda create -n py34-mmdet python=3.4
Collecting package metadata (current_repodata.json): done
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): done
Solving environment: failed

解决方法
```bash
conda config --add channels conda-forge
conda config --set channel_priority strict
conda config --set channel_priority flexible

本文标签: 环境EnvironmentSolvingCondafailed