Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't start Tasmotizer (freshly installed Debian Buster) #82

Open
Pascal1Schneider opened this issue Jan 27, 2021 · 4 comments
Open

Can't start Tasmotizer (freshly installed Debian Buster) #82

Pascal1Schneider opened this issue Jan 27, 2021 · 4 comments

Comments

@Pascal1Schneider
Copy link

Fehlermeldung CLI
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

@Pascal1Schneider
Copy link
Author

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

@JeremyDWilliams
Copy link

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
File "PyInstaller/loader/pyimod03_importers.py", line 531, in exec_module
File "multiprocessing/init.py", line 16, in
File "PyInstaller/loader/pyimod03_importers.py", line 531, in exec_module
File "multiprocessing/context.py", line 6, in
File "PyInstaller/loader/pyimod03_importers.py", line 531, in exec_module
File "multiprocessing/reduction.py", line 16, in
File "PyInstaller/loader/pyimod03_importers.py", line 531, in exec_module
File "socket.py", line 54, in
File "PyInstaller/loader/pyimod03_importers.py", line 531, in exec_module
File "selectors.py", line 12, in
ImportError: dlopen(/var/folders/cb/c2b5jrk50xnfm6xy3z0dl2kr0000gn/T/_MEIazdmo6/select.cpython-39-darwin.so, 2): Symbol not found: ____chkstk_darwin
Referenced from: /var/folders/cb/c2b5jrk50xnfm6xy3z0dl2kr0000gn/T/_MEIazdmo6/select.cpython-39-darwin.so (which was built for Mac OS X 10.15)
Expected in: /usr/lib/libSystem.B.dylib
in /var/folders/cb/c2b5jrk50xnfm6xy3z0dl2kr0000gn/T/_MEIazdmo6/select.cpython-39-darwin.so
[49364] Failed to execute script pyi_rth_multiprocessing

@jziolkowski
Copy link
Member

did you try #71 ?

@jvw1954
Copy link

jvw1954 commented Mar 10, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants