genmoai / mochi

The best OSS video generation models
Apache License 2.0
2.13k stars 213 forks source link

/ai/models/.venv/bin/python3: Error while finding module specification for 'mochi_preview.infer' (ModuleNotFoundError: No module named 'mochi_preview') #42

Open Sequential-circuits opened 3 weeks ago

Sequential-circuits commented 3 weeks ago

/ai/models/.venv/bin/python3: Error while finding module specification for 'mochi_preview.infer' (ModuleNotFoundError: No module named 'mochi_preview')

onurays commented 3 weeks ago

pip install -e .

bbecausereasonss commented 3 weeks ago

Did not help me.

ved-genmo commented 3 weeks ago

Do git pull first, then do pip install -e .

The git pull will update the code.