-
-
Notifications
You must be signed in to change notification settings - Fork 310
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
Ubuntu 24.04 LTS #935
Comments
Facing the same issue regarding Ubuntu 24.04 as installation worked on Linux Mint 21.3 and Tuxedo OS. The problem seems to lie with pip
|
Same, I went further trying the 2 solutions mentioned in this thread but got stuck in 2 different ways. I stopped at |
Same problem here! Tried all the solutions from the old thread (#865) but still nothing. In the end I still get howdy: command not found no matter what. I am also a beginner to Linux so I can't really come up with any other solutions/workarounds. |
It just means "howdy" is not in your path, but yeah, you'll likely get the same issues as I did once you get past that. The bottom line is Howdy is broken on Ubuntu 24.04. |
Edit: Unfortunately the pam.py file included in howdy requires Python 2.7, which isn't what's used by pam in 24.04 as far as I can tell. So while this makes I got it working with the following steps. Note that it requires editing some files owned by the howdy package. Now, I only just now got
Before:
After:
|
Same error here when installing in Ubuntu 24.04 from the
|
A quick and dirty fix might be to use the I think a proper solution would be to use a virtual environment instead of use the sytem environment for installing the dependencies and executing howdy |
It looks like the beta branch has some changes to the Debian package that might fix the issue. It seems like it now installs the dependencies using system packages instead of pip |
i managed to get it to work using your solution but as a test only as you said , Have you found any other solutions |
Check the log(cat /var/log/auth.log),and you might find that module ConfigParser.py has something wrong .Actually,after Python 3.x version, ConfigParser.py has been renamed to configparser.py.
I found it on https://blog.csdn.net/2303_79553403/article/details/140281740 ,hope that it can help you : ) |
During installation I'm getting errors during pip upgrade. Can't install or run howdy.
The text was updated successfully, but these errors were encountered: