oakmower icon indicating copy to clipboard operation
oakmower copied to clipboard

No module named 'depthai_helpers'

Open Ali3127209815 opened this issue 1 year ago • 1 comments

from depthai_helpers.version_check import check_depthai_version ModuleNotFoundError: No module named 'depthai_helpers'

Ali3127209815 avatar Jan 06 '24 11:01 Ali3127209815

Sounds like you are using a newer version of depthai that is structured differently so that the helper functionailities are now integrated elsewhere in the package. As you can see in the requirements.txt I was using depthai 0.3. I suggest you use the latest depthai package but you will have to find the necessary functions in there. Alternatively, use the packages as specified in the requirements.txt.

alemamm avatar Jan 26 '24 07:01 alemamm