i can't install filebeat on Rasppbery(ARM).
I followed:
- https://www.elasticice.net/?p=92
- How to install Filebeat on a ARM based SBC (eg. Raspberry Pi 3)
-
http://www.programmersought.com/article/31601555670/
as a result i have
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