NiklasRosenstein / myo-python

Python bindings for the Myo SDK
Other
259 stars 102 forks source link

Retrieving device name throwing error #56

Open Lythimus opened 6 years ago

Lythimus commented 6 years ago

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 commented 6 years ago

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.