Open felixniemeyer opened 1 month ago
same here. old version of numpy cannot work with python 3.12 with module 'pkgutil' has no attribute 'ImpImporter'.
issue
wondering whether it will break anything..
-- OP's fix is not working. reason is as followed: https://github.com/hzwer/ECCV2022-RIFE/issues/342
pip install setuptools
and removing numpy upper version limit inrequirements.txt
fixed the issue.