industrial-edge/Apache-Kafka-Connector

Addidional packages required before installation

Opened this issue · 0 comments

Issue-template

Summary

pip installation only possible after installing following packages:

sudo apt install python3.10-venv
python3 -m venv .venv
source .venv/bin/activate
sudo apt install python3-wheel
sudo apt install build-essential
sudo  apt-get install python3-dev
sudo apt install librdkafka-dev

Version of the used components

Which versions of the Industrial Edge components did you use?
e.g.

  • Ubuntu 22.04

Steps to reproduce