-
Notifications
You must be signed in to change notification settings - Fork 127
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
Issue with docquery document pydantic #68
Comments
use earlier version of pydantic |
Not able to install earlier version of pydantic==1.* I am experiencing the same problem. If the issue has been resolved, please post it. This will assist me in moving forward. |
@dhineshkoilpitchai |
I am implementing from my app in huggingface. In my requirements.txt, I have written like this.
But I am still having this error. How shall I do? How can I directly edit there?
https://huggingface.co/spaces/kenneth984/transcript_automation/ |
@EmbroseBhati I'm good enough in pip dependencies, but is there a reason why this line isn't provided within the package itself? |
For users using Python3.9 and Ubuntu, below combination works: |
Hi I'm facing the issues with pydantic
from pydantic.fields import ModelField
ImportError: cannot import name 'ModelField' from 'pydantic.fields'
with the python 3.8, 3.9, 3.10 also . Please suggest the solutions for this
The text was updated successfully, but these errors were encountered: