Python not able to find 'ArducamDepthCamera' Module

I have a new TOF camera with a new install of RPi OS. I’m able to run the example in the setup with no problems. When I try to run the “capture_raw.py” example I get a “No module named ‘ArducamDepthCamera’” error.

I’ve seen a similar post on this forum for the same problem but no solution was posted, just a problem was solved statement. There was a request to run the “pip3 list” command and did that but without knowing what to look for I’m not sure what you need. I will say that there is no listing for anything that refers to Arducam.

Solved. I found the answer on the git hub page. The dependencies for python need to be installed. “pip3 install ArducamDepthCamera” did it.