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 install Howdy on Ubuntu 23.10.1 #894

Closed
RomaProgram opened this issue Feb 29, 2024 · 0 comments
Closed

Can't install Howdy on Ubuntu 23.10.1 #894

RomaProgram opened this issue Feb 29, 2024 · 0 comments

Comments

@RomaProgram
Copy link

RomaProgram commented Feb 29, 2024

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

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

1 participant