-
Notifications
You must be signed in to change notification settings - Fork 117
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
Hyfetch prints "The rust executable is not found, falling back to python..." #373
Comments
Did you install hyfetch using pip? Did you have wheel installed before running Also if you can show me a log or screeshot of the pip install output that would help (to tell which wheel it tried to install) |
In my history there is pip install -U hyfetch, also I have it installed from the AUR which is kinda strange because I would have the same package from two sources (my brain is exploding). Wheel version is 0.45.0 Idk how to get the log |
Just uninstalled hyfetch and reinstalled it with pacman, issue still persists |
can repro - also doesn't detect the installed rustup and cargo on my system 🥴 |
I'm so confused, the rust version of hyfetch isn't even officially released yet, and it certainly isn't in the ArchLinux repo yet. To install this version you would have to specifically run Honestly idk how this could happen, and I don't see this on my arch system or a fresh arch docker. |
Just tested this again, on a brand new docker ArchLinux image, installing hyfetch through pacman will give us the 1.99.0 python stable release that doesn't complain about missing rust binary: Screenshot![image](https://github.com/user-attachments/assets/1aadfbaf-b849-49b0-bad8-28f99826cedd)And installing Screenshot![image](https://github.com/user-attachments/assets/3cb17bfe-cf6a-4422-b97c-22ca64f66c97)I honestly have no clue on where you all installed it from that could lead to this issue 😭 |
wait...uninstalled and reinstalled, might've been on the aur-git repo? which is weird, I remember telling yay to install the pacman repos 😔 not having this problem anymore xD |
yea oops the aur git repo hasn't been updated and might be broken. idk who is currently maintaining it... maybe I can fix it later |
Hi, yes I had the hyfetch-git AUR package, I reinstalled the regular package and the issue was fixed. lol |
Describe the bug
When using hyfetch -b fastfetch the first line is "The rust executable is not found, falling back to python...", the it works as expected
Regular fastfetch doesnt print this error.
Yes
Expected behavior
Hyfetch doesnt print nothing related to rust
Screenshots
Config file
Please paste the content of
~/.config/hyfetch.json
below:JSON:
{
"preset": "fraysexual",
"mode": "rgb",
"light_dark": "dark",
"lightness": 0.5,
"color_align": {
"mode": "vertical",
"custom_colors": [],
"fore_back": []
},
"backend": "neofetch",
"args": null,
"distro": null,
"pride_month_shown": [],
"pride_month_disable": false
}
Additional context
I recently nuked pip and everything installed with pip
The text was updated successfully, but these errors were encountered: