ray-project/llm-applications

AttributeError: module 'pydantic._internal' has no attribute '_model_construction'

bjohn22 opened this issue · 1 comments

image

I was stepping through the guide, including the requirements.txt.

I got the attached error.
I have python 3.10.6, pydantic 2.5.0, and pydantic_core of 2.14.1, ray 2.8.0

Update:
It worked when I downgraded ray to ray 2.6.0

image