This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Description
$ git clone https://github.com/balena-io-projects/balena-node-red.git
$ cd balena-node-red
$ balena push test-rpi4
...
[node-red] E: Unable to locate package rpi.gpio
[node-red] E: Couldn't find any package by glob 'rpi.gpio'
[node-red] E: Couldn't find any package by regex 'rpi.gpio'
[node-red] E: Unable to locate package python-rpi.gpio
[node-red] E: Couldn't find any package by glob 'python-rpi.gpio'
[node-red] E: Couldn't find any package by regex 'python-rpi.gpio'
[node-red]
[node-red] Removing intermediate container f85e7e1cc7e2
[node-red] The command '/bin/sh -c apt-get update && apt-get install -yq --no-install-recommends rpi.gpio python-dev python-rpi.gpio && apt-get clean && rm -rf /var/lib/apt/lists/*' returned a non-zero code: 100
[Info] Uploading images
[Success] Successfully uploaded images
[Error] Some services failed to build:
[Error] Service: node-red
[Error] Error: The command '/bin/sh -c apt-get update && apt-get install -yq --no-install-recommends rpi.gpio python-dev python-rpi.gpio && apt-get clean && rm -rf /var/lib/apt/lists/*' returned a non-zero code: 100
[Info] Built on arm01
[Error] Not deploying release.
Remote build failed