I am trying to install confluent_kafka on PlcNext, but the pip installer returns errors like the following: root@axcf2152:/opt/plcnext/projects/python# pip install confluent_kafka
Collecting confluent_kafka
Using cached confluent-kafka-1.5.0.tar.gz (97 kB)
Building wheels for collected packages: confluent-kafka
Building wheel for confluent-kafka (setup.py) … error
ERROR: Command errored out with exit status 1:
command: /usr/bin/python3 -u -c ‚import sys, setuptools, tokenize; sys.argv[0] = ‚"‘"‘/var/volatile/tmp/pip-install-nt7no48f/confluent-kafka/setup.py’„'“‚; file=‘„'“‚/var/volatile/tmp/pip-install-nt7no48f/confluent-kafka/setup.py‘„'“‚;f=getattr(tokenize, ‚"‘„‚open‘“‘„‚, open)(file);code=f.read().replace(‘“‚"‘\ \ ‚"‘„', '“‚"‘\ ‚"‘„');f.close();exec(compile(code, file, '“‚„‚exec‘“‘"‚))‘ bdist_wheel -d /var/volatile/tmp/pip-wheel-9j26t9z3
cwd: /var/volatile/tmp/pip-install-nt7no48f/confluent-kafka/
Complete output (47 lines):
running bdist_wheel
running build […] creating build/temp.linux-armv7l-3.8/var/volatile/tmp/pip-install-nt7no48f/confluent-kafka/confluent_kafka/src
arm-pxc-linux-gnueabi-gcc -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=/python3/3.8.2-r0=/usr/src/debug/python3/3.8.2-r0 -fdebug-prefix-map=/python3/3.8.2-r0=/usr/src/debug/python3/3.8.2-r0 -fdebug-prefix-map== -fdebug-prefix-map== -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=/python3/3.8.2-r0=/usr/src/debug/python3/3.8.2-r0 -fdebug-prefix-map=/python3/3.8.2-r0=/usr/src/debug/python3/3.8.2-r0 -fdebug-prefix-map== -fdebug-prefix-map== -fPIC -I/usr/include/python3.8 -c /var/volatile/tmp/pip-install-nt7no48f/confluent-kafka/confluent_kafka/src/confluent_kafka.c -o build/temp.linux-armv7l-3.8/var/volatile/tmp/pip-install-nt7no48f/confluent-kafka/confluent_kafka/src/confluent_kafka.o
unable to execute ‚arm-pxc-linux-gnueabi-gcc‘: No such file or directory
error: command ‚arm-pxc-linux-gnueabi-gcc‘ failed with exit status 1 Any clues what’s going on ? Thank You




