Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

현재(24.12.01) 버전 이슈가 있는 것 같습니다..! #5

Open
PeterCha90 opened this issue Dec 1, 2024 · 0 comments
Open

현재(24.12.01) 버전 이슈가 있는 것 같습니다..! #5

PeterCha90 opened this issue Dec 1, 2024 · 0 comments

Comments

@PeterCha90
Copy link

PeterCha90 commented Dec 1, 2024

제목 그대로 현재(24.12.01) 버전 이슈가 있는 것 같습니다..!

그대로 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

이전 버전으로 하니까 잘 되는데 업데이트 하면서 뭔가 꼬인것은 아닐까..생각이 들어 이슈 남겨봅니다.
제가 놓친 것이 있어서 그런걸 수도 있겠지만, 한 번 확인 부탁드리겠습니다..!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant