Hi, I had some problems downloading Pyrosetta (macOS 10.15.3 Catalina, python2.7.16, Pyrosetta-Release-2.7 from download page on website). After unzipping and running the setup command, I tried to import the pyrosetta library (import pyrosetta; pyrosetta.init() ) but got the error message
Traceback (most recent call last):
File “<stdin>”, line 1, in <module>
File “pyrosetta/__init__.py”, line 15, in <module>
import pyrosetta.rosetta as rosetta
ImportError: dlopen(pyrosetta/rosetta.so, 2): no suitable image found. Did find: file system relative paths not allowed in hardened programs
Thanks!
EDIT: edited security settings for opening rosetta.so, same error. I restarted and it worked.