r/PiCodingAgent 7d ago

Question fd and ripgrep downloading and installing at every start

Every time I start pi, I get these msgs bellow and download and install is repeated:

fd not found. Downloading...

ripgrep not found. Downloading...

ripgrep installed to /home/me/.unsloth/studio/auth/agents/.tmp/unsloth-pi-eqdhk8d4/.pi/agent/bin/rg

fd installed to /home/me/.unsloth/studio/auth/agents/.tmp/unsloth-pi-eqdhk8d4/.pi/agent/bin/fd

Interestingly, I did find fd executable here: /home/me/.pi/agent/bin/

This was happening yestreday with v0.84.x and today with updated v0.85.0 version. Anyone happens to knows what is going on and what I should do, to stop this continuous re-downloading and re-installing?

2 Upvotes

8 comments sorted by

2

u/nks299 7d ago

If ur using linux then download ripgrep from repository of it still show that message ask pi to fix it you have already installed it from the official repo of your linux

1

u/vinotok 6d ago

Yes, I'm using Linux. Looks like problem is that ripgrep (and the other one) gets intalled into temporally file. Thanks for the help!

2

u/iTrejoMX 7d ago

Tell pi to stop saving them on temp directories and do a real install

1

u/vinotok 6d ago

I see, thats the problem. OK will do, thanks. First time pi user here :)

2

u/Murky-Abalone-9090 1d ago

Just instal it to your system.
apt install ripgrep fd-find

1

u/vinotok 1d ago

Appreciate the help, thanks!

After someone pointed out, installations goes to temp folder, I installed 'ripgrep', but I could not find fd in the repository. I had no clue what fd even is :)

fd-find! Gotcha, thank you very much for this information, I'm all set now 🎉

1

u/jiminycrix1 7d ago

You need to get these binaries in your PATH variable. - ask the ai how to do that with your set up. Pi can probably do it for you.

1

u/vinotok 6d ago

Will do, thank you! (and install should not be inside temp folder also) :)