object has no attribute '__mul__'
pyrosetta.rosetta.utility.graph.EdgeListConstItera' object has no attribute 'mul'
EdgeListConstItera
which part of code you are using?
I changed the pyrosetta version from 2023 to 2020 and it works! Maybe you can try it.
pyrosetta.rosetta.utility.graph.EdgeListConstItera' object has no attribute 'mul'
I encountered the same problem and I followed the instruction, change pyrosetta version from 2023 to 2020, but did not solve the problem.
And I do this: python import pyrosetta.rosetta print(dir(pyrosetta.rosetta.utility.graph.EdgeListConstIterator)) and successfully find 'mul' There is no pyrosetta.rosetta.utility.graph.EdgeListConstItera??? Can anyone who has solved the problem find pyrosetta.rosetta.utility.graph.EdgeListConstItera or tell me what should I do TAT
i have the same error. Has anyone solved the problem? my version is pyrosetta36