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

Hody not working as dlib can't be imported (similar but different from issue #978 #979

Closed
L-28 opened this issue Dec 23, 2024 · 5 comments
Closed

Comments

@L-28
Copy link

L-28 commented Dec 23, 2024

sudo howdy test results in:

Traceback (most recent call last):
  File "/usr/lib/howdy/cli.py", line 117, in <module>
    import cli.test
  File "/usr/lib/howdy/cli/test.py", line 10, in <module>
    import dlib
ModuleNotFoundError: No module named 'dlib'

While using howdy executing as part of sudo results in:


Traceback (most recent call last):
  File "/usr/lib/howdy/compare.py", line 18, in <module>
    import dlib
ModuleNotFoundError: No module named 'dlib'
nknown error: 

and the following authentification options being used (in my case fingerprint then password)

sudo howdy snapshot works without issue

A reinstall of both howdy (using howdy-beta-git from the AUR) and dlib (using python-dlib-git from the AUR) doesn't resolve my issue)


A similar issue has been reported in #978 but it seems to differ from my issue in that in their issue howdy still works, while in mine howdy doesn't work.

Linux distribution (if applicable): Arch Linux with Gnome 47.2

Howdy version (sudo howdy version): Howdy 3.0.0 BETA

@KeysBit
Copy link

KeysBit commented Dec 23, 2024

Fixed by yay -S --rebuildtree python-dlib in archlinux.
Edit: Remember clean the build

@Hamster1962
Copy link

I'm sorry, please explain 'Clean the build'?

@gguman
Copy link

gguman commented Dec 23, 2024

@Hamster1962 yay -S --rebuildtree --answerclean All python-dlib

@L-28
Copy link
Author

L-28 commented Dec 24, 2024

Fixed by yay -S --rebuildtree python-dlib in archlinux. Edit: Remember clean the build

I used python-dlib-git instead of python-dlib, using python-dlib solves it

@L-28 L-28 closed this as completed Dec 24, 2024
@Hamster1962
Copy link

Thanks for all the replies but i believe this only fixes part of the issue. Howdy does indeed work as intended but only after showing this error:-

Exception ignored in: <_io.BufferedWriter name=4>
BrokenPipeError: [Errno 32] Broken pipe

To be fully fixed we need to clear/stop this error.

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