Closed tshu closed 6 years ago
Please see my comments on #70
$ pip3 install pyusbiss
was required for compatibility with python3. @DancingQuanta thanks for the help. Last time I worked with python was when everyone still seemed to use python2 even though python3 had been out for ages.
@dhhagan If you could update the readme with updated instructions for python3 compatibility, I can check off a couple boxes from the review.
After installing usbiss according to the instructions using
$ pip install git+https://github.com/DancingQuanta/pyusbiss.git
, I am unable to run$ python3 test-device.py
from the main folder.Interestingly,
$ python test-device.py
works fine.