You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So to install howdy i am using an list of commands by nabheet in issue 865 (Installation Issue on Ubuntu 23.04 & 23.10.1) $ sudo apt-get update $ sudo apt-get install howdy; sudo apt-get install howdy pipenv; $ cd /lib/security/howdy $ sudo pipenv install numpy opencv-python dlib $ cat howdy #!/bin/bash export PIPENV_PIPFILE=/lib/security/howdy/Pipfile /usr/bin/pipenv run python /lib/security/howdy/cli.py $@ $ chmod a+x howdy $ ll howdy -rwxr-xr-x 1 root root 99 Feb 13 19:36 howdy* $ sudo ln -s /lib/security/howdy/howdy /usr/local/bin/howdy $ sudo howdy config $ sudo howdy add
And when i do sudo pipenv install numpy opencv-python dlib, it installs everything but freezes at Installing dependencies from Pipfile.lock (231991)...
If useful, when i press Ctrl + C to terminate process it says: /usr/lib/python3.11/subprocess.py:1127: ResourceWarning: subprocess 40949 is still running _warn("subprocess %s is still running" % self.pid, ResourceWarning: Enable tracemalloc to get the object allocation traceback sys:1: ResourceWarning: unclosed file <_io.FileIO name=3 mode='rb' closefd=True> ResourceWarning: Enable tracemalloc to get the object allocation traceback sys:1: ResourceWarning: unclosed file <_io.FileIO name=5 mode='rb' closefd=True> ResourceWarning: Enable tracemalloc to get the object allocation traceback
The text was updated successfully, but these errors were encountered:
So to install howdy i am using an list of commands by nabheet in issue 865 (Installation Issue on Ubuntu 23.04 & 23.10.1)
$ sudo apt-get update $ sudo apt-get install howdy; sudo apt-get install howdy pipenv; $ cd /lib/security/howdy $ sudo pipenv install numpy opencv-python dlib $ cat howdy #!/bin/bash export PIPENV_PIPFILE=/lib/security/howdy/Pipfile /usr/bin/pipenv run python /lib/security/howdy/cli.py $@ $ chmod a+x howdy $ ll howdy -rwxr-xr-x 1 root root 99 Feb 13 19:36 howdy* $ sudo ln -s /lib/security/howdy/howdy /usr/local/bin/howdy $ sudo howdy config $ sudo howdy add
And when i do
sudo pipenv install numpy opencv-python dlib
, it installs everything but freezes at Installing dependencies from Pipfile.lock (231991)...If useful, when i press Ctrl + C to terminate process it says:
/usr/lib/python3.11/subprocess.py:1127: ResourceWarning: subprocess 40949 is still running _warn("subprocess %s is still running" % self.pid, ResourceWarning: Enable tracemalloc to get the object allocation traceback sys:1: ResourceWarning: unclosed file <_io.FileIO name=3 mode='rb' closefd=True> ResourceWarning: Enable tracemalloc to get the object allocation traceback sys:1: ResourceWarning: unclosed file <_io.FileIO name=5 mode='rb' closefd=True> ResourceWarning: Enable tracemalloc to get the object allocation traceback
The text was updated successfully, but these errors were encountered: