I can't seem to replicate the version error here. For me it is just running:
So here are the commands I did to get it to run:
cd ~/depthai-experiments/gen2-ocr
git checkout master
git pull
python3 -m pip install -r requirements.txt
python3 main.py
Could you try doing these in sequence? And actually, to make sure that the other version of depthai installed, could you do this sequence:
python3 -m pip uninstall depthai
cd ~/depthai-experiments/gen2-ocr
git checkout master
git pull
python3 -m pip install -r requirements.txt
python3 main.py
I just repeated that whole sequence to be sure, and it works. I'm wondering if something has locked an incorrect version of depthai on the system. If this doesn't work, would it be OK to do a TeamViewer session to debug?
If so, please shoot us an email at support@luxonis.com to coordinate the session.
Thanks - and sorry about the trouble.
-Brandon