-
Notifications
You must be signed in to change notification settings - Fork 123
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 run Hyfetch on Windows 10 #16
Comments
Oh sorry, I forgot to add I just added Can you try |
Updated repo and installed psutil,
Command Prompt |
Hmm... exit code 127 probably means that bash was launched but it can't find Oh right, I don't know how to detect regular files that are supposed to be symbolic links in python yet, so I'll hard-code the link for now: This should work, can you pull the latest repo and try again? |
Lol that's so weird I'll look into this on a Windows 10 vm tomorrow |
I am also unable to run it on Windows (11, 22621.819). |
same error with @slackingfred .
|
Thanks for reporting the issue! Should be fixed now. |
It still doesn't run, either on Windows Terminal or Git Bash. The error has changed, though: Looks like the installation script didn't create the directory structure expected by |
127 means command not found or not executable... is your git bash installed at |
Or can you check if |
Git Bash is at There are two
Looks like the setup script is somewhat incompatible with Store-installed Python... |
As it turns out, different versions/implementations of python package/install script files to different locations (as reported in #84 where their installed version expanded the symlink). I've added multiple checks and hope they should cover all possible paths. |
Finish implementation of recolor_ascii
Description
Hyfetch is unable to run on Windows 10
Currently installed version of Python is 3.10.4
Release 1.4.0
Installed using pip
Powershell & Command Prompt:
Setup functions as expected, until you select a brightness, upon which you will be met with the following error:
MINGw64 (Git Bash):

Colours entirely broken, ends in same error as before
Ver. 67915c3
Cloned from GH
Moving to the dir and using
python -m hyfetch
Powershell, Command Prompt, MINGw64 (Git Bash):
The text was updated successfully, but these errors were encountered: