I've been having a lot of errors trying to get Device Pointcloud to run on my laptop and my PC. I finally was able to download and build the depthAI wheel which allowed me to obtain the the requirements in the requirements.txt file. But now when running main.py I get this error:
Import Error: Error occured when importing PCL projector: dlopen(/Users/archie/anaconda3/lib/python3.10/site-packages/open3d/cpu/pybind.cpython-310-darwin.so, 0x0002): Library not loaded: /opt/homebrew/opt/libomp/lib/libomp.dylib
Referenced from: <66D72B19-161E-3336-A7A9-CCC09964B8D5> /Users/archie/anaconda3/lib/python3.10/site-packages/open3d/cpu/pybind.cpython-310-darwin.so
**Reason: tried: '/opt/homebrew/opt/libomp/lib/libomp.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/opt/homebrew/opt/libomp/lib/libomp.dylib' (no such file), '/opt/homebrew/opt/libomp/lib/libomp.dylib' (no such file), '/usr/local/lib/libomp.dylib' (no such file), '/usr/lib/libomp.dylib' (no such file, not in dyld cache)
**
How can I fix this? I'm not super knowledgable in these libraries.