joseluis / huion-linux-drivers

Linux user-space drivers for Huion Graphic Tablets
MIT License
168 stars 95 forks source link

The script returns error for usb.core #76

Open variable-enigmatic opened 4 years ago

variable-enigmatic commented 4 years ago

Running the script results in this:

Traceback (most recent call last): File "./huion-tablet-driver.py", line 8, in <module> import usb.core ModuleNotFoundError: No module named 'usb' I believe that this is because I have multiple versions of Python installed. My system apparently installs the module pyusb into Python2.7. I'm not sure what to do about this.

joseluis commented 4 years ago

Yeah, many problems are arising related to different versions of python and different versions of linux distributions which are appearing now, and also betwen display servers (x11 / wayland)... I got fed trying to solve them and I'm currently rewriting the program in Rust and it will be much more reliable. I hope to have a beta this month.