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

Unsuccessful Installation #812

Closed
shm0rt opened this issue Jul 2, 2023 · 5 comments
Closed

Unsuccessful Installation #812

shm0rt opened this issue Jul 2, 2023 · 5 comments
Labels
v2 Old version of Howdy (2.*)

Comments

@shm0rt
Copy link

shm0rt commented Jul 2, 2023

Howdy installation didn't work.
What i've done:

sudo add-apt-repository ppa:boltgolt/howdy
sudo apt update
sudo apt install howdy

-------- Installation failed ------------

sudo apt install python3
sudo apt remove howdy
sudo apt purge howdy
sudo apt autoremove
sudo reboot

sudo apt-get install howdy
-------- Install failed -------------------

This was the error code:

Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Suggested packages:
  nvidia-cuda-dev
The following NEW packages will be installed:
  howdy
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/38.9 kB of archives.
After this operation, 166 kB of additional disk space will be used.
Selecting previously unselected package howdy.
(Reading database ... 240677 files and directories currently installed.)
Preparing to unpack .../archives/howdy_2.6.1_all.deb ...
Starting IR camera check...

Trying "Integrated_Webcam_HD: Integrate"
One of your cameras should now be on.
Did your IR emitters turn on? [y/N]: y

Starting certainty auto config...


After detection, Howdy knows how certain it is that the match is correct.
How certain Howdy needs to be before authenticating you can be customized.

F: Fast.
Allows more fuzzy matches, but speeds up the scanning process greatly.

B: Balanced.
Still relatively quick detection, but might not log you in when further away.

S: Secure.
The safest option, but will take much longer to authenticate you.

You can always change this setting in the config.
What profile would you like to use? [f/b/s]: b

Unpacking howdy (2.6.1) ...
Setting up howdy (2.6.1) ...

>>> Upgrading pip to the latest version

error: externally-managed-environment

× This environment is externally managed
╰─> To install Python packages system-wide, try apt install
    python3-xyz, where xyz is the package you are trying to
    install.
    
    If you wish to install a non-Debian-packaged Python package,
    create a virtual environment using python3 -m venv path/to/venv.
    Then use path/to/venv/bin/python and path/to/venv/bin/pip. Make
    sure you have python3-full installed.
    
    If you wish to install a non-Debian packaged Python application,
    it may be easiest to use pipx install xyz, which will manage a
    virtual environment for you. Make sure you have pipx installed.
    
    See /usr/share/doc/python3.11/README.venv for more information.

note: If you believe this is a mistake, please contact your Python installation or OS distribution provider. You can override this, at the risk of breaking your Python installation or OS, by passing --break-system-packages.
hint: See PEP 668 for the detailed specification.
Error while running last command
dpkg: error processing package howdy (--configure):
 installed howdy package post-installation script subprocess returned error exit status 1
Processing triggers for man-db (2.11.2-1) ...
Errors were encountered while processing:
 howdy
E: Sub-process /usr/bin/dpkg returned an error code (1)

I've tried to install these packages too:
python3-venv python3-full ffmpeg

This is my /var/log/auth.log:
2023-07-02T20:18:35.652502+02:00 inf-nb-tux02 sudo: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
2337 │ 2023-07-02T20:18:53.308406+02:00 inf-nb-tux02 sudo: pam_unix(sudo:session): session closed for user root
2338 │ 2023-07-02T20:19:06.654482+02:00 inf-nb-tux02 sudo: shmort : TTY=pts/0 ; PWD=/home/shmort ; USER=root ; COMMAND=/usr/bin/apt install py
│ thon3-venv python3-full
2339 │ 2023-07-02T20:19:06.654794+02:00 inf-nb-tux02 sudo: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
2340 │ 2023-07-02T20:20:38.187020+02:00 inf-nb-tux02 sudo: pam_unix(sudo:session): session closed for user root
2341 │ 2023-07-02T20:22:38.775794+02:00 inf-nb-tux02 sudo: shmort : TTY=pts/0 ; PWD=/home/shmort ; USER=root ; COMMAND=/usr/bin/apt-get instal
│ l ffmpeg
2342 │ 2023-07-02T20:22:38.793993+02:00 inf-nb-tux02 sudo: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
2343 │ 2023-07-02T20:22:42.694687+02:00 inf-nb-tux02 sudo: pam_unix(sudo:session): session closed for user root
2344 │ 2023-07-02T20:25:01.130309+02:00 inf-nb-tux02 CRON[27226]: pam_unix(cron:session): session opened for user root(uid=0) by (uid=0)
2345 │ 2023-07-02T20:25:01.134321+02:00 inf-nb-tux02 CRON[27226]: pam_unix(cron:session): session closed for user root
2346 │ 2023-07-02T20:30:01.141439+02:00 inf-nb-tux02 CRON[39445]: pam_unix(cron:session): session opened for user root(uid=0) by (uid=0)
2347 │ 2023-07-02T20:30:01.143667+02:00 inf-nb-tux02 CRON[39445]: pam_unix(cron:session): session closed for user root
2348 │ 2023-07-02T20:33:22.627201+02:00 inf-nb-tux02 sudo: shmort : TTY=pts/1 ; PWD=/home/shmort ; USER=root ; COMMAND=/usr/bin/apt-get remove
│ howdy
2349 │ 2023-07-02T20:33:22.629744+02:00 inf-nb-tux02 sudo: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
2350 │ 2023-07-02T20:33:26.561852+02:00 inf-nb-tux02 sudo: pam_unix(sudo:session): session closed for user root
2351 │ 2023-07-02T20:33:35.048933+02:00 inf-nb-tux02 sudo: shmort : TTY=pts/1 ; PWD=/home/shmort ; USER=root ; COMMAND=/usr/bin/apt-get intall
│ howdy
2352 │ 2023-07-02T20:33:35.049362+02:00 inf-nb-tux02 sudo: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
2353 │ 2023-07-02T20:33:35.054821+02:00 inf-nb-tux02 sudo: pam_unix(sudo:session): session closed for user root
2354 │ 2023-07-02T20:33:40.015702+02:00 inf-nb-tux02 sudo: shmort : TTY=pts/1 ; PWD=/home/shmort ; USER=root ; COMMAND=/usr/bin/apt-get instal
│ l howdy
2355 │ 2023-07-02T20:33:40.016428+02:00 inf-nb-tux02 sudo: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
2356 │ 2023-07-02T20:33:53.546383+02:00 inf-nb-tux02 sudo: pam_unix(sudo:session): session closed for user root
2357 │ 2023-07-02T20:35:01.149986+02:00 inf-nb-tux02 CRON[52104]: pam_unix(cron:session): session opened for user root(uid=0) by (uid=0)
2358 │ 2023-07-02T20:35:01.152869+02:00 inf-nb-tux02 CRON[52104]: pam_unix(cron:session): session closed for user root


My issue has not been reported yet.

Linux distribution (if applicable):

Ubuntu 23.04

Howdy version (sudo howdy version):
->
command not found

@MoiZie
Copy link

MoiZie commented Jul 3, 2023

#807 duplicate

@shm0rt
Copy link
Author

shm0rt commented Jul 3, 2023

#807 duplicate

tried this command:

/usr/local/bin/howdy$
sudo ln -s /lib/security/howdy/cli.py

didnt't work...
i've looked up... and there is no cli.py

what to do?

@ferry1918788679
Copy link

Same problem on Ubuntu Unity 23.04 ,how did you solve it?

@shm0rt
Copy link
Author

shm0rt commented Sep 16, 2023

Same problem on Ubuntu Unity 23.04 ,how did you solve it?

XD, I didn't. I guess just use what i get...

@saidsay-so
Copy link
Collaborator

Closed as it is a duplicate of #807.

@saidsay-so saidsay-so added the v2 Old version of Howdy (2.*) label Apr 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v2 Old version of Howdy (2.*)
Projects
None yet
Development

No branches or pull requests

4 participants