You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 2, 2026. It is now read-only.
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