#python3 setup.py build #python3 setup.py install You will need the administrative privileges to execute the last command. Cross-compile ( Linux for ARM ) #export PATH=/mnt/tools/gcc-linaro-6.2.1/bin/:$PATH #export CROSS_COMPILE=arm-linux-gnueabihf- #export CC='${CROSS_COMPILE}gcc -pt...