You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't provide support for additional external dependencies which you have installed via conda. By the looks of it this seems to be some packaging / versioning problem related to the mkl library since the earlier version works.
Expected behaviour
OpenCV can load
openh264-1.8.0-win64.dll
Actual bejaviour
OpenCV cannot load
openh264-1.8.0-win64.dll
Steps to reproduce
Create a new conda environment with the following
and run the following code:
By conda installing
mkl==2020.0
opencv cannot loadopenh264-1.8.0-win64.dll
. The following error appears:Instead, installing
mkl==2019.*
via conda the openH264 is loaded successfully:The text was updated successfully, but these errors were encountered: