I am trying to build environment to use opencv3
with python3
and now following the instructions in this webpage.
Although I have already installed OpenCV3
with Python3
bindings via Homebrew
, I could not find them. According to above webpage, they should be in:
/usr/local/opt/opencv3/lib/python3.6/site-packages/
However, I found nothing but in:
/usr/local/opt/opencv3/lib/python2.7/site-packages/
I have no idea why there is not python3.6 directory in:
/usr/local/opt/opencv3/lib/
Anyone has any idea about this?