Hello everyone,
I just installed and started playing around with PyRosetta, following the corresponding workshops in the web page, when I got the following error:
In [3]: from pyrosetta.toolbox import get_secstruct
ImportError Traceback (most recent call last)
<ipython-input-3-cbfef6ceb324> in <module>()
—-> 1 from pyrosetta.toolbox import get_secstruct
ImportError: cannot import name get_secstruct
It looks like ‘get_secstruct’ is not contained in ‘pyrosetta.toolbox’ module.
Does anyone encountered this before? Could it be just due to a change in the latest PyRosetta version with respect to the version of the tutorial?
Many thanks in advance,
Dani.