This repository was archived by the owner on Sep 18, 2024. It is now read-only.
This repository was archived by the owner on Sep 18, 2024. It is now read-only.
ContextualVersionConflict error for pydantic in colab notebook #768
Open
Description
Dear,
When I go through the colab notebook of "quora questoin answering" in https://github.com/jina-ai/finetuner
I got the version conflict error on the line "import finetuner"
ContextualVersionConflict: (pydantic 2.2.1 (/usr/local/lib/python3.10/dist-packages), Requirement.parse('pydantic~=1.10.11'), {'finetuner-stubs'})
I tried to solve it trying downgrading pydantic to a few older version but did not work.
How can I tackle this?
Metadata
Metadata
Assignees
Labels
No labels