Segment-and-Track-Anything icon indicating copy to clipboard operation
Segment-and-Track-Anything copied to clipboard

run app.py error

Open guoguolord opened this issue 2 years ago • 5 comments

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

guoguolord avatar Apr 24 '23 10:04 guoguolord

Hi, you can remove it directly from the top of app.py, or re-clone the latest code.

yamy-cheng avatar Apr 24 '23 11:04 yamy-cheng

There are also other missing undeclared dependencies like zip. Can you check it in a clean env?

bhack avatar Apr 24 '23 11:04 bhack

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.

yamy-cheng avatar Apr 24 '23 11:04 yamy-cheng

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.

bhack avatar Apr 24 '23 11:04 bhack

We require cmdline ffmpeg if your dependency is opencv-python from 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.

yamy-cheng avatar Apr 24 '23 12:04 yamy-cheng