Rasppbery(ARM) install filebeat

i can't install filebeat on Rasppbery(ARM).
I followed:

root@raspberrypi:~/go/src/github.com/elastic/beats/filebeat# make
make: 'filebeat' is up to date.

then

make update
New python executable in /root/go/src/github.com/elastic/beats/filebeat/build/python-env/bin/python
Installing setuptools, pip, wheel...
done.
DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
ERROR: Command errored out with exit status 1: /root/go/src/github.com/elastic/beats/filebeat/build/python-env/bin/python /root/go/src/github.com/elastic/beats/filebeat/build/python-env/local/lib/python2.7/site-packages/pip install --ignore-installed --no-user --prefix /tmp/pip-build-env-G5kl1y/overlay --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple --extra-index-url https://www.piwheels.org/simple -- setuptools wheel 'cffi>=1.4.1; python_implementation != '"'"'PyPy'"'"'' Check the logs for full command output.
../libbeat/scripts/Makefile:209: recipe for target 'python-env' failed
make: *** [python-env] Error 1

Hello,

I've had better luck cross compiling beats for ARM. I tried a native build on my Raspberry Pi 3 Model B, and the build was running out of memory.

It may be worth looking through the following issue for some suggestions to build beats for ARM. Please let us know if you have any questions.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.