Skip to content

successfully installed BindCraft and used it normally THEN encountered a PyRosetta error #355

@Frank-LIU-520

Description

@Frank-LIU-520

I successfully installed BindCraft and used it normally for a period of time, but recently encountered PyRosetta-related errors. When I tried to reinstall BindCraft to fix the issue:

  1. The installation log clearly shows PyRosetta 2026 version is being installed (no installation errors).
  2. However, when running BindCraft, it consistently throws a "PyRosetta not found" error.

Traceback (most recent call last):

File "/home/legend/generation/bindcraft/./bindcraft.py", line 5, in

from functions import *

File "/home/legend/generation/bindcraft/functions/init.py", line 11, in

from .pyrosetta_utils import *

File "/home/legend/generation/bindcraft/functions/pyrosetta_utils.py", line 6, in

import pyrosetta as pr

ModuleNotFoundError: No module named 'pyrosetta'

when running bindcraft

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions