n00mkrad / flowframes

Flowframes Windows GUI for video interpolation using DAIN (NCNN) or RIFE (CUDA/NCNN)
GNU General Public License v3.0
1.47k stars 114 forks source link

ModuleNotFoundError: No module named 'skvideo' #201

Closed RoyHammerlin closed 1 year ago

RoyHammerlin commented 1 year ago

I'm getting the above error when trying to run flowframes on a folder of images, however, when I try to install via pip install opencv-python sk-video imageio it seems to already be there:

Requirement already satisfied: sk-video in c:\python\lib\site-packages (1.1.10)

I tried installing via pip install scikit-video as well, and have the confirmation message Requirement already satisfied: scikit-video in c:\python\lib\site-packages (1.1.11)

I wondered if the discrepancy between versions (skvideo being 1.1.10 and scikit-video showing 1.1.11) was the issue, but have removed them both and tried them individually and still get the same error.

RoyHammerlin commented 1 year ago

Closed issue as this was fixed by reinstalling. Probably caused by GPU upgrade from 10xx to 30xx after initial install