gsahbi / flinkicu

Flink CEP base Intensive Care Unit Alarm
GNU General Public License v3.0
18 stars 12 forks source link

icu.py does not run #1

Open SyCode7 opened 7 years ago

SyCode7 commented 7 years ago

Hi, thanks for your good work; I cloned your project and watched your YouTube post. But, I am not able to generate the sample data on windows 10. When I execute icu.py, I have the errors below

from kafka import KafkaProducer ImportError: No module named kafka

gsahbi commented 7 years ago

you need to install kafka package into you system https://pypi.python.org/pypi/kafka-python

SyCode7 commented 7 years ago

hi , thanks for your response, do you have an idea of how to install the package on windows. I haven't been able to do so with cygwin and python.