You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/
The text was updated successfully, but these errors were encountered:
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/
The text was updated successfully, but these errors were encountered: