tasmotizer
tasmotizer copied to clipboard
Can't start Tasmotizer (freshly installed Debian Buster)
As you can (hopefully) see in the Picture above, i installed Tasmotizer and tried to execute it, but there is always this error message and it's not only me some friends have the exact same problem, but we couldn't find a solution
I found a solution to that problem, debian buster 10.5 has renamed some files/directories, so i created a symlink to libxcb-util.so.0
here is the command for it: ln -s libxcb-util.so.0 libxcb-util.so.1
Same issue. Using ln -s libxcb-util.so.0 libxcb-util.so.1 as shown above did not work for me.
Running 10.13.6 and based on error log, maybe needs 10.15 or higher?
log:
Traceback (most recent call last):
File "PyInstaller/hooks/rthooks/pyi_rth_multiprocessing.py", line 17, in
did you try #71 ?
Same issue. Using ln -s libxcb-util.so.0 libxcb-util.so.1 as shown above did not work for me. Try:
sudo ln -s /usr/lib/x86_64-linux-gnu/libxcb-util.so.0 /usr/lib/x86_64-linux-gnu/libxcb-util.so.1