Vchitect / Latte

Latte: Latent Diffusion Transformer for Video Generation.
Apache License 2.0
1.65k stars 177 forks source link

Bug #5

Closed ucasyjz closed 8 months ago

ucasyjz commented 8 months ago

ModuleNotFoundError: No module named 'petrel_client',how can i solve this problem, pip seems to do not work

maxin-cn commented 8 months ago

ModuleNotFoundError: No module named 'petrel_client',how can i solve this problem, pip seems to do not work

petrel_client is an SDK tool for storing files on cloud storage. You can comment out petrel_client directly and change its associated path to a local path. I will delete the codes related to petrel_client later.