When I try which python3 and which python, they both point to the anaconda env python, should it be pointing to my base python?
Iizaac08
- Apr 22, 2024
- Joined Apr 10, 2024
- 0 best answers
I'm using a Raspberry Pi 5 and I'm trying to connect it with an OAK camera. I noticed online that every project that combines a Raspberry Pi and OAK camera it seems to be a Raspberry Pi 4. I have also noticed that there haven't been any projects involving the two online in the past 6 months. Is the Raspberry Pi 5 itself the problem? Or is the most recent Raspberry Pi OS not compatible with the depthai documentation?
I am having trouble connecting my OAK-1 PoE with my Raspberry Pi 5. I have installed the dependencies for Linux and Raspberry Pi OS.
- sudo wget -qO- https://docs.luxonis.com/install_dependencies.sh | bash- sudo curl -fL https://docs.luxonis.com/install_dependencies.sh | bash
I have cloned the depthai-python repository.
- git clone luxonis/depthai-python.git
I'm using the miniforge3 conda virtual environment to install.
- python3 install_requirements.py
However, when I try to run, python3 ColorCamera/rgb_preview.py, I get an error - ModuleNotFoundError: No module named 'depthai'.
Even when I try to "Install from source" under the "Other installation methods" I run into the same error.
Am I possibly using the wrong version of PIP? should I try wiping/uninstalling everything that I have already installed and try again? I've felt like I have tried everything and still for some reason can't figure it out.