I get the following error when I run app.py in scripts on docker
Defaulting to user installation because normal site-packages is not writeable
Collecting cuid
Using cached cuid-0.4-py2.py3-none-any.whl
WARNING: Error parsing dependencies of devscripts: Invalid version: '2.22.1ubuntu1'
Installing collected packages: cuid
Successfully installed cuid-0.4
(base) ubuntu@ip-172-31-9-127:~/shared-docker/MuseV/scripts/gradio$ python app.py
/home/ubuntu/shared-docker/MuseV/scripts/gradio/app.py:224: SyntaxWarning: invalid escape sequence '\_'
"If W&H is -1, then use the Reference Image's Size. Size of target video is $(W, H)*img\_edge\_ratio$. \n"
/home/ubuntu/shared-docker/MuseV/scripts/gradio/app.py:324: SyntaxWarning: invalid escape sequence '\_'
"If W&H is -1, then use the Reference Image's Size. Size of target video is $(W, H)*img\_edge\_ratio$. \n"
Traceback (most recent call last):
File "/home/ubuntu/shared-docker/MuseV/scripts/gradio/app.py", line 5, in <module>
import cuid
ModuleNotFoundError: No module named 'cuid'
I get the following error when I run app.py in scripts on docker
How can I resolve this?