ModuleNotFoundError: No module named 'ray.serve.utils'

Hello guys, could you help me? I am using in my project kserving 0.6.1 and when I try to run model I have the error Wojciech, the same ModuleNotFoundError: No module named ‘ray.serve.utils’
I tried I lot of different versions of ray but got the same error

Do you have a repro script you can share? How are you installing Ray… if it’s kserve that’s not something the Anyscale team maintains (you may have more luck following up with the kserve community)

I installed ray in conda env

Can you share the code you are using to run your model?

Hi. I can’t share my code, customer doesn’t allow, I changed the structure of the project - inference/src/kserve/model.py and when I run command from inference folder python src/kserve/model.py it crushed on first line of model.py on import kserving