Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Retrieving device name throwing error #56

Open
Lythimus opened this issue May 14, 2018 · 1 comment
Open

Retrieving device name throwing error #56

Lythimus opened this issue May 14, 2018 · 1 comment
Assignees

Comments

@Lythimus
Copy link

Lythimus commented May 14, 2018

When using MacOS SDK 0.9.0, if I try to access the device name from event.device_name, I'm getting the error:

*** AttributeError: function/symbol 'libmyo_event_get_myo_name' not found in library '/<PATH>/myo.framework/myo': dlsym(0x7fd68b55b0d0, libmyo_event_get_myo_name): symbol not found

@NiklasRosenstein NiklasRosenstein self-assigned this May 14, 2018
@NiklasRosenstein
Copy link
Owner

Can you check if this is an issue with the native myo library? I think you can use otool or nm to dump the symbols of a shared library on macOS. if there's no libmyo_event_get_myo_name in the list, then that is an issue with the Myo SDK for macOS distribution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants