Installation
Aivero provides the Python scripts as a tar file for its customers, please contact Aivero to obtain it if you cannot find it.
Please download the file and report back to this document.
Dependencies
Install Python3, pip, build-essential (gcc) and pkg-config.
sudo apt install python3-pip build-essential pkg-config
Unpack and configure 3DQ API
sudo mkdir -p /opt/aivero/apy
sudo chown $USER:$USER -R /opt/aivero/apy
tar xvf aivero-python-interface-deployment.tar.bz2 -C /opt/aivero/apy
cd /opt/aivero/apy
pip3 install -r requirements.txt
source dddq_environment.sh