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
The newest release of pyrosetta through conda install will load 2024.42+release.3366cf78a3-py311_0, which appears to have been built on the GNU libc 2.27. This causes an import error on my university's cluster ((GNU libc) 2.17) when trying to import pyrosetta.rosetta. I fixed it by conda installing an earlier version (2023.14+release.7132bdc-py311_0), but there isn't clear documentation as to which GNU libc matches which pyrosetta release.
The text was updated successfully, but these errors were encountered:
The newest release of pyrosetta through conda install will load 2024.42+release.3366cf78a3-py311_0, which appears to have been built on the GNU libc 2.27. This causes an import error on my university's cluster ((GNU libc) 2.17) when trying to import pyrosetta.rosetta. I fixed it by conda installing an earlier version (2023.14+release.7132bdc-py311_0), but there isn't clear documentation as to which GNU libc matches which pyrosetta release.
The text was updated successfully, but these errors were encountered: