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
This is a bit of an odd issue. I realized that the new mkl version breaks opencv-python. This issue was previously opened in the opencv-python repo (opencv/opencv-python#308 (comment)), but I was suggested to opened it elsewhere. Hope you can provide some help or point me in the right direction.
In case other people still run into errors related to this, you can also download that particular .dll file and put it into your conda environment. I had to do this recently. You can check out what happened here
This is a bit of an odd issue. I realized that the new mkl version breaks
opencv-python
. This issue was previously opened in theopencv-python
repo (opencv/opencv-python#308 (comment)), but I was suggested to opened it elsewhere. Hope you can provide some help or point me in the right direction.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: