HiCExplorer icon indicating copy to clipboard operation
HiCExplorer copied to clipboard

conda install problem

Open jiangshan529 opened this issue 2 years ago • 1 comments

Hi, Joachim,

I have used 'conda create --name hicexplorer36 hicexplorer=3.6 python=3.8 -c bioconda -c conda-forge' many times and it works fine, but today when I use it again, it is always showing " Collecting package metadata (current_repodata.json): done Solving environment: failed with initial frozen solve. Retrying with flexible solve. Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source. Collecting package metadata (repodata.json): done Solving environment: / "

Is there anything changed with the conda environment. Thanks

jiangshan529 avatar Jun 30 '23 19:06 jiangshan529

Not sure what the conda problem is, but please try mamba:

mamba create --name hicexplorer hicexplorer=3.6 python=3.8 -c bioconda -c conda-forge

thomasmanke avatar Jul 19 '23 08:07 thomasmanke