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

Unable to install howdy under Ubuntu 20.04 #580

Open
hmerovich opened this issue Aug 20, 2021 · 3 comments
Open

Unable to install howdy under Ubuntu 20.04 #580

hmerovich opened this issue Aug 20, 2021 · 3 comments
Labels
dependency Something isn't working but it's because of a dependency

Comments

@hmerovich
Copy link

Hi

I have trying to install howdy under Ubuntu 20.4 but each time I run

sudo apt install howdy

my machine power off

How can I diagnose the problem?

Best regards and thanks for your help.


I've searched for similar issues already, and my issue has not been reported yet.

Linux distribution (if applicable):

Howdy version (sudo howdy version):

@hmerovich
Copy link
Author

I tried again to install howdy and now I could install it but when I tried
sudo howdy add
I get an import error

I am attaching the screenshot
Screenshot from 2021-08-21 17-25-49

Thanks you very much and best regards

@ntfrueh
Copy link

ntfrueh commented Aug 23, 2021

I was also having issues after installing Howdy yesterday on ZorinOS (Ubuntu 20.04) - got the "command not found".

Tried purging the app, cleaning/autoremoving apt, then finally re-installed successfully (where I saw it downloading Numpy packages), so I guess it was just a blip in my initial install process.

I'd say try the following, then see if you get a different error (cause it seems like some missing/improperly installed dependencies somewhere)

sudo apt purge howdy

sudo apt autoremove

sudo apt update

sudo apt install howdy

@boltgolt boltgolt added the dependency Something isn't working but it's because of a dependency label Aug 23, 2021
@boltgolt
Copy link
Owner

A spontaneous shutdown is new behavior for sure. The installer runs a c compile that can take quite a lot of power, maybe your power supply is not up to the task?

The second issue is a corrupted install, the steps from @ntfrueh will help there

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependency Something isn't working but it's because of a dependency
Projects
None yet
Development

No branches or pull requests

3 participants