TMElyralab / MuseV

MuseV: Infinite-length and High Fidelity Virtual Human Video Generation with Visual Conditioned Parallel Denoising
Other
2.46k stars 263 forks source link

Not able to run Gradio on docker #156

Closed gokula-krishna-dev closed 2 months ago

gokula-krishna-dev commented 2 months ago

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'

How can I resolve this?