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
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: