Si vous ne pouvez pas installer OpenCV3 pour Python3 sur macOS via homebrew, installer d'abord numpy fonctionnera (peut-être).
$ brew install numpy --with-python3
$ brew tap homebrew/science
$ brew install opencv3 --with-contrib --with-python3 --without-python --HEAD
$ echo "/usr/local/opt/opencv3/lib/python3.6/site-packages/" \
> /usr/local/lib/python3.6/site-packages/opencv3.pth
Recommended Posts