dlib and ffmpeg on MacOS
不知道更新到什麼東西,導致無法使用dlib了
電腦環境
MacOS 15.3.2 Python 3.11.5
目前測出可用的Workaround如下
$ pip install dlib==19.24.4
$ brew install ffmpeg@6
$ sudo cp -r /opt/homebrew/opt/ffmpeg@6 /opt/homebrew/opt/ffmpeg
This post is licensed under CC BY 4.0 by the author.