vpelletier / python-dfu

Python implementation of USB DFU device class
GNU General Public License v2.0
25 stars 7 forks source link

Fail import module from python 3.9 #4

Open bogdanbaghiu opened 3 years ago

bogdanbaghiu commented 3 years ago

Hello.

I have the python 3.9 version installed When trying to start the dfu.py I get the error that the libusb1 module is not installed; but if I have installed it and it appears in the list of pip modules. Could you make a tutorial on how it runs in visual studio code and what is needed to launch and what solution would there be in the dll? I have windows 10

image