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
그대로 Glt clone하고, python 3.11.3 콘다 가상환경에서 pip install -r requirements.txt 설치를 했는데,
설치가 제대로 안되는 것으로 보입니다. 또한 그래서 그런지는 모르겠으나.. python app/server.py 실행시, 아래와 같이 pydantic 에러가 나는 것으로 보아 뭔가.. 버전문제로 의심되네요..!
pydantic.errors.PydanticSchemaGenerationError: Unable to generate pydantic-core schema for <class 'langchain_core.messages.human.HumanMessage'>. Set `arbitrary_types_allowed=True` in the model_config to ignore this error or implement `__get_pydantic_core_schema__` on your type to fully support it.
If you got this error by calling handler(<some type>) within `__get_pydantic_core_schema__` then you likely need to call `handler.generate_schema(<some type>)` since we do not call `__get_pydantic_core_schema__` on `<some type>` otherwise to avoid infinite recursion.
For further information visit https://errors.pydantic.dev/2.0.2/u/schema-for-unknown-type
이전 버전으로 하니까 잘 되는데 업데이트 하면서 뭔가 꼬인것은 아닐까..생각이 들어 이슈 남겨봅니다.
제가 놓친 것이 있어서 그런걸 수도 있겠지만, 한 번 확인 부탁드리겠습니다..!
The text was updated successfully, but these errors were encountered:
제목 그대로 현재(24.12.01) 버전 이슈가 있는 것 같습니다..!
그대로 Glt clone하고, python 3.11.3 콘다 가상환경에서 pip install -r requirements.txt 설치를 했는데,
설치가 제대로 안되는 것으로 보입니다. 또한 그래서 그런지는 모르겠으나.. python app/server.py 실행시, 아래와 같이 pydantic 에러가 나는 것으로 보아 뭔가.. 버전문제로 의심되네요..!
이전 버전으로 하니까 잘 되는데 업데이트 하면서 뭔가 꼬인것은 아닐까..생각이 들어 이슈 남겨봅니다.
제가 놓친 것이 있어서 그런걸 수도 있겠지만, 한 번 확인 부탁드리겠습니다..!
The text was updated successfully, but these errors were encountered: