-
Notifications
You must be signed in to change notification settings - Fork 104
Open
Description
Hi Niklas,
I am a novice in Myo-python. Recently when I run the live_EMG.ipynb, this error came to me.
AttributeError Traceback (most recent call last)
in
1 if name == 'main':
----> 2 main()
in main()
83 hub = myo.Hub()
84 listener = EmgCollector(512)
---> 85 with hub.run_in_background(listener.on_event):
86 Plot(listener).main()
AttributeError: 'Hub' object has no attribute 'run_in_background'
Would you please tell me how to solve this problem?
Thank you so much!
Deng
Metadata
Metadata
Assignees
Labels
No labels