Closed xinpingwang closed 2 years ago
Thank you for including all the information.
You've installed pytorch from the pytorch channel which seems to install a specific version of ffmpeg.
This is causing your issues.
Since it appears you are using OSX, you may try to install pytorch from conda-forge. we built it too. As far as i know, it is all consistent.
Best of luck with integrating your software.
Issue: when
import cv2
, the following error occurs:After checking the files in
/Users/Abc/.local/lib/conda/ml/lib/
, there islibopenh264.6.dylib
, other thanlibopenh264.5.dylib
create a linked file
libopenh264.5.dylib
target tolibopenh264.2.1.1.dylib
would fix the issue.Environment (
conda list
):Details about
conda
and system (conda info
):