EasyRec icon indicating copy to clipboard operation
EasyRec copied to clipboard

add requirements

Open nicelulu opened this issue 1 year ago • 3 comments

nicelulu avatar Nov 08 '24 01:11 nicelulu

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Nov 08 '24 01:11 CLAassistant

kafka or datahub are not necessary, so I don't think we need to add the requirements.

paradiseHIT avatar Nov 14 '24 02:11 paradiseHIT

kafka or datahub are not necessary, so I don't think we need to add the requirements.

I found this output

[2024-11-14 20:31:52,789][WARNING] DataHub is not installed[Traceback (most recent call last):
  File "/usr/local/python3/lib/python3.8/site-packages/easy_rec-0.8.5-py3.8.egg/easy_rec/python/input/datahub_input.py", line 21, in <module>
    from datahub import DataHub
ModuleNotFoundError: No module named 'datahub'
]. You can install it by: pip install pydatahub
[2024-11-14 20:31:52,791][WARNING] kafka-python is not installed[Traceback (most recent call last):
  File "/usr/local/python3/lib/python3.8/site-packages/easy_rec-0.8.5-py3.8.egg/easy_rec/python/input/kafka_input.py", line 16, in <module>
    from kafka import KafkaConsumer, TopicPartition
ModuleNotFoundError: No module named 'kafka'
]. You can install it by: pip install kafka-python

nicelulu avatar Nov 14 '24 12:11 nicelulu