-
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
error 0x7e. cannot load library #84
Comments
Does the file |
I have the same problem and i am sure the file exist. these are my errors: 2023-01-30 14:28:27,145 - device.myo_listener - ERROR - cannot load library 'D:/myo/stark-demo/MyoFeaturePlotter/dll/myo64.dll': error 0xc1 |
I have the same issue. |
Is there somewhere where we can manually download the dll file? I don't see it in the SDK. |
My solution was to use Python 3.7.4. |
You can find the last available binaries provided by ThalmicLabs in the Github release: https://github.com/NiklasRosenstein/myo-python/releases/tag/v1.0.4 |
I was trying to load myo64.dill to connect python to myo armband.
But, the error happend.
「cannot load library 'C:\path\to\myo-sdk\bin\myo64.dll': error 0x7e. Additionally, ctypes.util.find_library() did not manage to locate a library called 'C:\\path\\to\\myo-sdk\\bin\myo64.dll'」
Does someone know how can I fix this? please.
The text was updated successfully, but these errors were encountered: