-
Notifications
You must be signed in to change notification settings - Fork 48
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
read_minimed_next24.py: No module named 'hid' error #27
Comments
|
I reinstalled the dependencies for pip3;
Then:
As I was still getting file errors:
I ran the commands as root:
which worked. |
@jrussell88 I am currently fighting this problem with opening the HID as ordinary user. I am fixing the permissions with UDev rules, which looks like they work. I am out of my depth here, since on some PCs I still get errors when opening the device, even though the permissions seems to be allowing me. |
I'm running Ubuntu 17.04; I installed hidapi, but read_minimed_next24 is failing with the error:
ImportError: No module named 'hid'
Can anyone suggest what might be causing this?
The text was updated successfully, but these errors were encountered: