run app.py error
when I run app.py,but I got a mistake ,that is "No module named 'blib2to3'". then I install "2to3" packages ,but the mistake still exist
Hi, you can remove it directly from the top of app.py, or re-clone the latest code.
There are also other missing undeclared dependencies like zip. Can you check it in a clean env?
There are also other missing undeclared dependencies like zip. Can you check it in a clean env?
Thanks for letting us know. We'll test it in a clean environment and declare the missing dependencies.
We require cmdline ffmpeg if your dependency is opencv-python from pip.
Please double check Gradio https://github.com/gradio-app/gradio/pull/2003 in a clean OS/VM/Container.
We require cmdline
ffmpegif your dependency isopencv-pythonfrom pip. Please double check Gradio gradio-app/gradio#2003 in a clean OS/VM/Container.
Thank you for your kind reminder, we will conduct an inspection.