decord
decord copied to clipboard
Conflict with PyAV
trafficstars
Importing decord before av (https://github.com/PyAV-Org/PyAV) breaks av. See https://github.com/PyAV-Org/PyAV/issues/735 for details on what happens and a reproduction script.
Possibly because record packed the FFmpeg shared library which is incompatible with pyA, I am not sure what's exact version pyAV is expecting, but you can either remove the FFmpeg.dll/so/dylib in dist-package installed via pip or simply build decord from source to utilize the FFmpeg shipped with pyAV