Are you using Python 3.7?
I'm using 3.6.6.
Do you installed pyusb and libusb modules?
LibusbK driver too?
3.7. I'm pretty sure pyusb and lib usb are installed, but just to be sure I tried again:
C:\Users\T\Desktop>pip3 install pyusb libusb
Requirement already satisfied: pyusb in c:\users\t\appdata\local\programs\py
thon\python37\lib\site-packages (1.0.2)
Requirement already satisfied: libusb in c:\users\t\appdata\local\programs\p
ython\python37\lib\site-packages (1.0.22b2)
Requirement already satisfied: setuptools>=39.2.0 in c:\users\t\appdata\loca
l\programs\python\python37\lib\site-packages (from libusb) (40.6.2)
Requirement already satisfied: cffi>=1.11.5 in c:\users\t\appdata\local\prog
rams\python\python37\lib\site-packages (from libusb) (1.11.5)
Requirement already satisfied: pycparser in c:\users\t\appdata\local\program
s\python\python37\lib\site-packages (from cffi>=1.11.5->libusb) (2.19)
You are using pip version 10.0.1, however version 18.1 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' comm
and.