Netflix / vmaf

Perceptual video quality assessment based on multi-method fusion.
Other
4.65k stars 755 forks source link

Fix build by pinning libsvm-official to <=3.32 #1384

Closed nilfm99 closed 3 months ago

nilfm99 commented 3 months ago

The build has started failing with this error:

TypeError: <lambda>() got an unexpected keyword argument 'nopython'

This is coming from the libsvm module. Past builds have succeeded with 3.32. Trying to pin to see if the upgrade to 3.33 has caused the failures.

nilfm99 commented 3 months ago

Raised an issue in libsvm repo: https://github.com/cjlin1/libsvm/issues/218