Help!! I git clone the beats source codes, and cd into the metricbeat to execute 'make create-metricset', then failed:
icaruswu@icaruswu-B460MDS3H:~/go/src/beats/metricbeat$ make create-metricset
mage createMetricset
warn: failed to upgrade pip (ignoring): failed to run "/home/icaruswu/go/src/beats/build/ve/linux/bin/pip install -U pip: fork/exec /home/icaruswu/go/src/beats/build/ve/linux/bin/pip: no such file or directory"Error: failed to run "/home/icaruswu/go/src/beats/build/ve/linux/bin/pip install -U wheel: fork/exec /home/icaruswu/go/src/beats/build/ve/linux/bin/pip: no such file or directory"
make: *** [Makefile:8:create-metricset] 错误 1
I got the solution. I use Ubuntu20.04 and I'm surely confirm that I use Python3 cause I checked a lot. Then I executed 'apt-get install python3-venv', the issue solved. Could u pls tell me the reason?
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.