bash: /usr/local/bin/ollama: cannot execute: required file not found
Hi, I'm trying to download ollama onto my RPi 5 (8GB), but after I ran the following command: "curl -fsSL
https://ollama.com/install.sh | sh"
and the terminal says ollama was successfully installed, when I tried to run "ollama --version", it sends the message in the title above.
I am following this guide:
https://pimylifeup.com/raspberry-pi-ollama/
Please ping me if you can help me, thank you!
—-UPDATE—-
kaywayfarer@raspberrypi:~ $ sudo systemctl restart ollama
kaywayfarer@raspberrypi:~ $ sudo systemctl status ollama
● ollama.service - Ollama Service
Loaded: loaded (/etc/systemd/system/ollama.service; enabled; preset: enabl>
Active:
activating (auto-restart)
(Result: exit-code) since Thu 2024-05-23>
Process: 3019 ExecStart=/usr/local/bin/ollama serve (code=exited, status=20>
Main PID: 3019 (code=exited, status=203/EXEC)
CPU: 743us
I think the text in bold is the issue. It should say "running"
I tried rebooting my RPi 5 and using the command "sudo systemctl stop ollama" and then start
Still doesn't work
I have searched the internet for this, but I have found no solution to this.