deeptools / HiCExplorer

HiCExplorer is a powerful and easy to use set of tools to process, normalize and visualize Hi-C data.
https://hicexplorer.readthedocs.org
GNU General Public License v3.0
223 stars 68 forks source link

conda install problem #861

Open jiangshan529 opened 1 year ago

jiangshan529 commented 1 year ago

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

thomasmanke commented 1 year ago

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