UnsatisfiableError during installation of RosettaFold
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]
@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.
I'm getting the same error when going through the installation steps
I'm getting the same error when going through the installation steps