This repository was archived by the owner on Jan 10, 2023. It is now read-only.

Description
Hi all!
Was looking for software like this to controle my Nvidia Shield. After some reading found this should do the trick.
However; after attempting to install using 'pip install adb' it throws an error:
compilation terminated.
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
----------------------------------------
Command "/usr/bin/python -u -c "import setuptools, tokenize;file='/tmp/pip-build-iFFlkd/M2Crypto/setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" install --record /tmp/pip-Ahd8mj-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-iFFlkd/M2Crypto/
Anyway to resolve this?