hzwer / Practical-RIFE

More practical frame interpolation approach.
MIT License
623 stars 68 forks source link

Requirements: Can't pip install requirements.txt with python 3.12.5 #113

Open felixniemeyer opened 1 month ago

felixniemeyer commented 1 month ago

pip install setuptools and removing numpy upper version limit in requirements.txt fixed the issue.

macrosalt commented 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