I think this is not an issue with the script, but an issue with python 3! I am just posting to see if anybody else has went through this problem and if they have found a solution.
Before and after reinstallation of Ubuntu, I am getting the following error by the python interpreter when running the main script.
Traceback (most recent call last):
File "kamvas.py", line 1, in <module>
import usb.core
ModuleNotFoundError: No module named 'usb'
I think this is not an issue with the script, but an issue with python 3! I am just posting to see if anybody else has went through this problem and if they have found a solution. Before and after reinstallation of Ubuntu, I am getting the following error by the python interpreter when running the main script.