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
Most up to date version of pydantic has conflict with Ray; pydantic has to be downgraded below version 2. Bug in ray has been documented, but has not been fixed as of yet.
Workaround is to reinstall a lower version of pydantic with: pip3 install "pydantic<2"
The text was updated successfully, but these errors were encountered:
Most up to date version of pydantic has conflict with Ray; pydantic has to be downgraded below version 2. Bug in ray has been documented, but has not been fixed as of yet.
Workaround is to reinstall a lower version of pydantic with: pip3 install "pydantic<2"
The text was updated successfully, but these errors were encountered: