brew install opencv3 --with-python3
so /usr/local/Cellar/opencv3/3.0.0/lib/python3.*/ I should be able to create a binary for python3 For some reason I can't do it on the main machine ...
Why was it possible when I did it on another machine! Even if you change the option many times, you can not do it at all
Looking at the make log of ~ / Library / Logs / Homebrew / opencv3 / I couldn't import numpy.
pip3 install numpy
Then it succeeded smoothly.
Log is important
Recommended Posts