numz / sd-wav2lip-uhq

Wav2Lip UHQ extension for Automatic1111
Apache License 2.0
1.16k stars 158 forks source link

cannot import name undefined from pydantic.fields #126

Open aryansid opened 1 month ago

aryansid commented 1 month ago

I'm facing a weird Python package version issue where my Pydantic version doesn't seem to align with what Gradio (or fastapi within Gradio) expects Below are the package versions when I do pip show

gradio 3.41.2 pydantic 1.10.2 fastapi 0.94.0

Do these look right?

I'm also using Python 3.10.0 as specified

ruansclipet commented 1 month ago

same here! Captura de tela 2024-06-07 180905

w-e-w commented 3 weeks ago