• Community
  • ModuleNotFoundError: No module named 'depthai'

Hi... I had a perfectly functioning DepthAI demo on my W11 system until yesterday when I was prompted to update the demo. Since then, even after downloading and executing the .exe Windows installation file, I get the above error.

I also had a number of functioning Python files using DepthAI which ran successfully in VSCode. But now both DepthAI and cv2 can't be located.

I can't see anything similar recently in this discussion. Can you suggest a course of action?

....cheers, hugh

I've found an earlier Depthai-setup-v3.0.9 ( the latest is v3.0.12 ) and it works just fine. Do I need to run the "requirements" manually for the latest version?..... cheers

  • erik replied to this.

    Hi hugoM , Could you try installing depthai by executing python -mpip install depthai in terminal?
    Thanks, Erik

    7 months later