-
Notifications
You must be signed in to change notification settings - Fork 60
Description
Hi,
I'm trying to read from my Verio meter via USB, but fail with following report;
$ glucometer --driver otverio2015 --device /dev/sdb dump Traceback (most recent call last): File "/usr/local/bin/glucometer", line 11, in <module> load_entry_point('glucometerutils==1', 'console_scripts', 'glucometer')() File "/usr/local/lib/python3.5/dist-packages/glucometerutils-1-py3.5.egg/glucometerutils/glucometer.py", line 86, in main File "/usr/local/lib/python3.5/dist-packages/glucometerutils-1-py3.5.egg/glucometerutils/drivers/otverio2015.py", line 123, in __init__ File "/usr/local/lib/python3.5/dist-packages/pyscsi/pyscsi/scsi_device.py", line 67, in __init__ self.open() File "/usr/local/lib/python3.5/dist-packages/pyscsi/pyscsi/scsi_device.py", line 105, in open self._fd = linux_sgio.open(self._file_name, AttributeError: module 'linux_sgio' has no attribute 'open'
It looks like some problem with python-scsi. Please help, I am ready to try any suggestions.