joerick/pyinstrument

AssertionError: Please raise an issue at https://github.com/joerick/pyinstrument/issues and let me know how you caused this error!

muralidhar972 opened this issue · 1 comments

Have got this error while integrating pyinstrument with ray package link.

Have an multiple function running in one function, tried without using ray and it's working like charm. below is the screen shot
image

since i need to do with multiprocessing part want to see the processing time. unfortunately that gave me an error. below is the screenshot.
image

since i can't share my code, at high level am trying to provide an understanding about the issue.

Faced this error after adding the ray package.

Looking forward to connect with you.

Regards,
Muralidhar

Hello Team,

have any identified the issue and got sorted.

solution: while using ray we need to use ray actors.

Regards,
Muralidhar.