Replies: 2 comments 2 replies
-
To resolve the "ImportError: cannot import name 'field_validator' from 'pydantic'" error, you need to ensure that you are using a compatible version of Pydantic. The You can specify the version of Pydantic to install by running: pip install pydantic==2.0.0 This should resolve the import error by ensuring that the correct version of Pydantic is installed [1]. |
Beta Was this translation helpful? Give feedback.
-
Hi! 👋 We are using other channels as our official means of communication with users. We apologize for the delayed response. Thank you for your understanding. Best regards, |
Beta Was this translation helpful? Give feedback.
-
@dosu
After the following commands:
pip install langflow -U
langflow run
Got this error:
ImportError : cannot import name 'field_validator' from 'pydantic'
Beta Was this translation helpful? Give feedback.
All reactions