Trying to run depthai_demo gives errors after installing the depthai-python library because of dependency conflicts.
That is:
:~/dev/depthai$
python3 depthai_demo.py -gt cv
Using depthai module from: /home/[me]/.local/lib/python3.10/site-packages/depthai.cpython-310-x86_64-linux-gnu.so
Depthai version installed: 2.24.0.0.dev0+b331644c179e2507fdce518112567ce497105ec2
Version mismatch between installed depthai lib and the required one by the script.
**`Required: 2.20.2.0`**
**`Installed: 2.24.0.0.dev0+b331644c179e2507fdce518112567ce497105ec2`**
**`Run: python3 install_requirements.py`**
Running python3 install_requirements.py
and then trying to run python3 depthai_demo.py -gt cv
leads to a crash because it still seems to find/use Depthai 2.20.2.0
Any tips how to have mutliple Depthai installed on the system?