Pre-built nanobot wheels for the Seeed reCamera V2 (ARMv7).
Run on your reCamera:
curl -fsSL https://raw.githubusercontent.com/Seeed-Projects/nanobot-recamera/main/install.sh | bashThe script auto-detects your Python version, downloads the matching wheelhouse from the latest release, and installs it offline via pip.
-
Download the wheelhouse tarball for your Python version from the Releases page, e.g.:
nanobot-armv7-py311-wheelhouse.tar.gz # Python 3.11 -
Copy it to the device and extract:
tar -xzf nanobot-armv7-py311-wheelhouse.tar.gz # Python 3.11 -
Install:
python3 -m pip install --no-index --find-links wheelhouse nanobot-ai
Requirements: Docker with BuildKit and QEMU (for ARM cross-compilation).
./build-release.sh armv7 3.11This fetches the latest nanobot release, cross-compiles all wheels for ARMv7, and produces a tarball in dist/.
See LICENSE.