You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I was installing the environment using mamba for OpenFold and the required libgcc=7.2 did not work for me.
Could not solve for environment specs
The following packages are incompatible
├─ libgcc 7.2** is requested and can be installed;
└─ libstdcxx is not installable because there are no viable options
├─ libstdcxx 12.4.0 would require
│ └─ libgcc 12.4.0 h77fa898_1, which conflicts with any installable versions previously reported;
├─ libstdcxx 13.3.0 would require
│ └─ libgcc 13.3.0 h77fa898_1, which conflicts with any installable versions previously reported;
├─ libstdcxx 14.1.0 would require
│ └─ libgcc 14.1.0 h77fa898_1, which conflicts with any installable versions previously reported;
└─ libstdcxx 14.2.0 would require
└─ libgcc 14.2.0 h77fa898_1, which conflicts with any installable versions previously reported.
However, when I removed the constraint I was able to complete the installation! It ended up installing version 14.2.0 if that is of interest to you!
The text was updated successfully, but these errors were encountered:
Hello! I was installing the environment using mamba for OpenFold and the required libgcc=7.2 did not work for me.
However, when I removed the constraint I was able to complete the installation! It ended up installing version 14.2.0 if that is of interest to you!
The text was updated successfully, but these errors were encountered: