jina-ai / jina-video-chat

Apache License 2.0
285 stars 38 forks source link

'Document' has no attribute 'generator_from_webcam' #1

Open Amrosx opened 2 years ago

Amrosx commented 2 years ago

I got this issue from windows cmd

jina\video-chat> python client.py grpcs://192.168.1.121:59730 johannes
Traceback (most recent call last):
  File "E:\jina\video-chat\client.py", line 46, in <module>
    Document.generator_from_webcam(tags={'user': user}, show_window=False, height_width=(200, 300)),
AttributeError: type object 'Document' has no attribute 'generator_from_webcam'
Amrosx commented 2 years ago

thanks it's solved by this version docarray-0.15.2