Hello everyone,
I just received my OAK-D and OAK-1 units and I'm having trouble setting them up to work on macos High Sierra.
I did and redid every step in the instructions for the installation (both written and video - they're consistent). I tried installing into various virtual environments (tried both pyenv from the cli and PyCharm). The software packages seem to install properly. However, when I try to run the first demo, I hit a wall:
I get this:
(OAK38) MacBookPro ~/depthai/main/python3 depthai_demo.py
Traceback (most recent call last):
File "depthai_demo.py", line 9, in <module>
import depth
ImportError: dlopen(/Users/myusername/.pyenv/versions/OAK38/lib/python3.8/site-packages/depthai.cpython-38-darwin.so, 2): Symbol not found: ____chkstk_darwin
Referenced from: /Users/myusername/.pyenv/versions/OAK38/lib/python3.8/site-packages/palace.dylibs/libusb-1.0.0.dylib (which was built for Mac OS X 10.15)
Expected in: /usr/lib/libSystem.B.dylib
in /Users/myusername/.pyenv/versions/OAK38/lib/python3.8/site-packages/palace.dylibs/libusb-1.0.0.dylib
Can't anyone help me with this?
Thanks,
Fred