When running howdy add I get the below output. Dlib is installed on the system.
❯ sudo howdy add
[sudo] password for deepu:
No module named 'dlib'
Can't import the dlib module, check the output of
pip3 show dlib
❯ pip3 show dlib
Name: dlib
Version: 19.22.1
Summary: A toolkit for making real world machine learning and data analysis applications
Home-page: https://github.com/davisking/dlib
Author: Davis King
Author-email: davis@dlib.net
License: Boost Software License
Location: /home/deepu/.local/lib/python3.9/site-packages
Requires:
Required-by:
Originally posted by @deepu105 in #596 (comment)
When running howdy add I get the below output. Dlib is installed on the system.
Originally posted by @deepu105 in #596 (comment)