You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
been running into AttributeError: module 'pydantic.fields' has no attribute 'ModelField' when I run ray.init(address=cluster.local_client_url(), logging_level="DEBUG"). Is this
The text was updated successfully, but these errors were encountered:
tedhtchang
changed the title
ray package has a breaking dependency pydantic>2
ray package has a breaking dependency pydantic>2.0.*
Jul 10, 2023
See detail ray-project/ray#37000
To continue development (locally) we may need to downgrade the pandantic<2 in our requirments.txt.
thanks @carsonmh mentioned
The text was updated successfully, but these errors were encountered: