nihaomiao / CVPR23_LFDM

The pytorch implementation of our CVPR 2023 paper "Conditional Image-to-Video Generation with Latent Flow Diffusion Models"
BSD 2-Clause "Simplified" License
443 stars 42 forks source link

ModuleNotFoundError: No module named 'importlib.metadata' #24

Closed XiaoHaoPan closed 1 year ago

XiaoHaoPan commented 1 year ago

When I run python -u DM/train_video_flow_diffusion_natops.py, the whole issue occurs.

It doesn't seem to support versions below 3.8, how to solve this, do you have to reinstall version 3.8 python.

image

TousenKaname commented 12 months ago

Hi! I encounter this issue too. Do you solve this problem? Thanks!