-
Notifications
You must be signed in to change notification settings - Fork 102
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
live EMG #90
Comments
Hello @250955967 , do you have the latest version of the library installed? Try |
Hello Niklas, Yes, I did not have the latest version. I have updated the version via your method. It works. OSError Traceback (most recent call last) in main() ~\anaconda3\lib\site-packages\myo_ffi.py in init(lib_name, bin_path, sdk_path) ~\anaconda3\lib\site-packages\cffi\api.py in dlopen(self, name, flags) ~\anaconda3\lib\site-packages\cffi\api.py in _make_ffi_library(ffi, libname, flags) ~\anaconda3\lib\site-packages\cffi\api.py in _load_backend_lib(backend, name, flags) OSError: cannot load library 'D:\project\EMG\Myo\myo-sdk-win-0.9.0\bin': error 0x7e. Additionally, ctypes.util.find_library() did not manage to locate a library called 'D:\project\EMG\Myo\myo-sdk-win-0.9.0\bin' Thank you! |
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
The text was updated successfully, but these errors were encountered: