RoseTTAFold icon indicating copy to clipboard operation
RoseTTAFold copied to clipboard

UnsatisfiableError during installation of RosettaFold

Open Sunyp-IM opened this issue 4 years ago • 3 comments

Dear Authors and users,

When I create the conda environment by conda env create -f RoseTTAFold-linux.yml

I got the following error:

UnsatisfiableError: The following specifications were found to be in conflict:
  - _libgcc_mutex==0.1=main
  - markupsafe==2.0.1=py38h497a2fe_0 -> libgcc-ng[version='>=9.3.0'] -> _libgcc_mutex==0.1=conda_forge

Could you tell me how to sold this problem? Thank you in advance!

Best regards

Please contact me through [email protected]

Sunyp-IM avatar Sep 21 '21 07:09 Sunyp-IM

@minkbaek I'd suggest that when creating YAML files from a Conda environment, it is better practice to export both a full version (for record keeping) and a minimal version (for reuse). That is, something like:

conda env export > RoseTTAFold-linux.full.yml
conda env export --from-history > RoseTTAFold-linux.min.yml

Users should then be encouraged to use the *.min.yml version for reuse. This should help reduce issues such as that reported here.

mfansler avatar Sep 23 '21 01:09 mfansler

I'm getting the same error when going through the installation steps

Ians14 avatar Jan 11 '22 21:01 Ians14

I'm getting the same error when going through the installation steps

maxshen29 avatar Sep 09 '22 02:09 maxshen29