benthor / HuionKamvasGT191LinuxDriver

Working user space evdev driver for Huion Kamvas GT-191 for Linux
MIT License
25 stars 2 forks source link

Python dependency problem on Ubuntu 18.10 (unrelated) #5

Closed wrightwriter closed 5 years ago

wrightwriter commented 5 years ago

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'