-
Notifications
You must be signed in to change notification settings - Fork 236
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
OSError: libhidapi-libusb.so.0: cannot open shared object file: No such file or directory #266
Comments
i think its related to your libhidapi-libusb.so file. it looks like you're missing a file related to utilizing the usb. you may have to try to hunt down those libhidapi-libusb.so files
|
you may also want to investigate how virtualbox is communicating i think i've had issues with the past using USB stuff in virtualbox, kind of |
I install emokit on windows10, and run the Usage example code, and the reader just 'stopping, stopped and restart',
|
well, I find the similar issue 'Reader Thread Keeps Restarting #218' |
I had the same issue, until i tried in ubuntu ( not in virtual box) and all
hidapi and reader restarting problems were solved
…On Tue, Jul 4, 2017 at 9:44 AM, wuqi ***@***.***> wrote:
well, I find the similar issue 'Reader Thread Keeps Restarting #218
<#218>'
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#266 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/APFkn5W-R92aIyXeL0iE-nfgDnMjRza7ks5sKd9kgaJpZM4OMQwb>
.
|
I think I'll eventually have to setup linux so I can assist with updating the repository, At this time though, it doesn't make sense for me to commit my time and mental resources to |
I had the same problem. I fixed it by changing a line hidapi.py. It's dirty but it works. at line 157 you have the function find_library but it doesn't return the complete path only the name of the library. What I did was to had the rest of the path to the shared library at line 164:
hope it helps |
Also. Epoc+ uses the hidapi product name of 'EEG Signals' |
I don't know anything about this repo or your OS, but on Linux I had this error while trying to run Monero's GUI wallet. I fixed it in Ubuntu with: sudo apt install libhidapi-libusb0 Other distros probably have a similar package. |
I install the emokit and run the Usage example code, then it cant work
The text was updated successfully, but these errors were encountered: