conda install problem
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
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