Petr Novota
Petr Novota
@cwillboyd thank you for the report. If you try running the `python3 -m ensurepip` command prior to running the installer, does it help?
Thank you for reporting. I can reproduce. I suggest your application ensures that it sends valid Exposure >0 and ISO [100;1600] values. The depthai library could handle it as you...
@Mnlohani please can you run [this scrtip](https://github.com/luxonis/depthai-python/blob/main/docs/source/_static/install_dependencies.sh) and let me know if it goes through or fails? thank you.
Hi @scott-robotics , we have addressed this issue just yesterday as well [here](https://github.com/luxonis/depthai-python/pull/1053/commits/1f0f85168dec2d0ae3fa89a9c2a02458484af028)
Bash 4.0 or higher is needed on macOS for the installer to work correctly. Script now checks the bash version and terminates with explanation in case the bash version is...