06-02-2024, 12:24 AM
(06-01-2024, 10:35 AM)stevef link Wrote: mintstick (USB Image Writer and USB Stick Formatter) aren't working for me.
Appears to fail with
Code:Traceback (most recent call last):
File "/usr/lib/mintstick/mintstick.py", line 3, in <module>
from unidecode import unidecode
ModuleNotFoundError: No module named 'unidecode'
After installing python3-unidecode does it then work?