I running under OSX 10.13. Installation went okay, buta I get the following error message when trying to run the demo:
Traceback (most recent call last):
File "/Users/edwardwall/Documents/Repository/depthai/depthai_demo.py", line 9, in <module>
import depthai
ImportError: dlopen(/Users/edwardwall/Documents/Repository/depthai/venv/lib/python3.9/site-packages/depthai.cpython-39-darwin.so, 2): Symbol not found: ____chkstk_darwin
Referenced from: /Users/edwardwall/Documents/Repository/depthai/venv/lib/python3.9/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/edwardwall/Documents/Repository/depthai/venv/lib/python3.9/site-packages/palace.dylibs/libusb-1.0.0.dylib.
Is there any way to get around this?