Attribute Error

What does this mean? Can this be fix? Thanks.

AttributeError: ‘ray._raylet.ObjectRef’ object has no attribute ‘raw’

Hi @Perigee_Lopez , could you share some code that produces this error? It’s difficult to say anything meaningful without the code – from what you’ve shared, all we can say is that something is accessing the attribute raw on a Ray object reference. Perhaps there is a missing ray.get call?