Text2Video-Zero icon indicating copy to clipboard operation
Text2Video-Zero copied to clipboard

No module named 'distutils.cmd'

Open robogo-pj opened this issue 1 year ago • 0 comments

When I run pip install -r requirements.txt on ubuntu 22.04,

I get this error:

File "/home/pj/Text2Video-Zero/venv/lib/python3.9/site-packages/pip/_internal/locations/_distutils.py", line 9, in from distutils.cmd import Command as DistutilsCommand ModuleNotFoundError: No module named 'distutils.cmd'

If I run I ran pip install ez_setup.py in venv (python3.9) and I get the same error/

robogo-pj avatar Jul 23 '24 02:07 robogo-pj