Upon trying to install my new OAK-D Lite camera, I ran into a problem described by MacOS as follows:
dyld: Library not loaded: /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
Referenced from: /Library/Frameworks/Python.framework/Versions/3.4/Resources/Python.app/Contents/MacOS/Python
Reason: image not found
Abort trap: 6
_
This happens if I try to run any of the following terminal commands:
a) bash -c "$(curl -fL https://docs.luxonis.com/install_depthai.sh)"
b) python3 depthai_demo.py
I have already run the following command:
$ sudo curl -fL https://docs.luxonis.com/install_dependencies.sh | bash
And finished installing Homebrew and running the "brew update" according to the provided instructions, however I can't figure out what I should do next.
If anybody can shed any light on the matter, I would really appreciate it.
Thank you!