Skip to content

live EMG #90

@250955967

Description

@250955967

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions