HiCExplorer icon indicating copy to clipboard operation
HiCExplorer copied to clipboard

Installation issue.

Open ratheraarif opened this issue 2 years ago • 1 comments

I try to install hicexplorer on MacOS Monetary 12.3.1 and it generates the following error every time I issue the command. It appears that the problem stems from the OS version.. Can anyone help..

conda install hicexplorer -c bioconda -c conda-forge 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): \ WARNING conda.models.version:get_matcher(542): Using .* with relational operator is superfluous and deprecated and will be removed in a future version of conda. Your spec was 1.8.0., but conda is ignoring the . and treating it as 1.8.0 WARNING conda.models.version:get_matcher(542): Using .* with relational operator is superfluous and deprecated and will be removed in a future version of conda. Your spec was 1.9.0., but conda is ignoring the . and treating it as 1.9.0 done Solving environment: failed with initial frozen solve. Retrying with flexible solve. Solving environment: | Found conflicts! Looking for incompatible packages. This can take several minutes. Press CTRL-C to abort. failed

UnsatisfiableError: The following specifications were found to be incompatible with each other:

Output in format: Requested package -> Available versionsThe following specifications were found to be incompatible with your system:

  • feature:/osx-arm64::__osx==12.3.1=0
  • feature:|@/osx-arm64::__osx==12.3.1=0
  • hicexplorer -> ipykernel[version='>=5.3.0'] -> __osx
  • hicexplorer -> ipykernel[version='>=5.3.0'] -> __win

Your installed version is: 12.3.1

Note that strict channel priority may have removed packages required for satisfiability.

ratheraarif avatar Oct 02 '23 02:10 ratheraarif

I published today a maintenance update version 3.7.3 which should fix this issue.

However, please consider there might be issues with the ARM64 version. If 3.7.3. does not work, please use the x86 conda version and Rosetta2.

joachimwolff avatar Nov 17 '23 19:11 joachimwolff