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
I cloned your latest version, linked bin path from SDK and tried to run an example, but got pretty much the same error as #55. I added this line package_data={'myo': ['libmyo.h']}, to the setup.py file and reinstalled the library and then everything worked fine!
Maybe you should update your repository, so people won't have the same problem as me :)
Btw using Win10, Python 3.7.4
The text was updated successfully, but these errors were encountered:
Hi! Great work with your lib/wrapper :)
I cloned your latest version, linked bin path from SDK and tried to run an example, but got pretty much the same error as #55. I added this line
package_data={'myo': ['libmyo.h']},
to thesetup.py
file and reinstalled the library and then everything worked fine!Maybe you should update your repository, so people won't have the same problem as me :)
Btw using Win10, Python 3.7.4
The text was updated successfully, but these errors were encountered: