[GH-ISSUE #11023] ollama version is 0.5.7 Warning: client version is 0.9.0 #69329

Closed
opened 2026-05-04 17:48:40 -05:00 by GiteaMirror · 4 comments
Owner

Originally created by @michael-learns on GitHub (Jun 9, 2025).
Original GitHub issue: https://github.com/ollama/ollama/issues/11023

What is the issue?

I've been trying to update my ollama to latest version.
But after uninstalling and reinstalling the ollama app I'm getting the following error.

due to this i can't install the gemma models.

Relevant log output

ollama version is 0.5.7
Warning: client version is 0.9.0

OS

macOS

GPU

Apple

CPU

Apple

Ollama version

0.5.7

Originally created by @michael-learns on GitHub (Jun 9, 2025). Original GitHub issue: https://github.com/ollama/ollama/issues/11023 ### What is the issue? I've been trying to update my ollama to latest version. But after uninstalling and reinstalling the ollama app I'm getting the following error. due to this i can't install the gemma models. ### Relevant log output ```shell ollama version is 0.5.7 Warning: client version is 0.9.0 ``` ### OS macOS ### GPU Apple ### CPU Apple ### Ollama version 0.5.7
GiteaMirror added the bug label 2026-05-04 17:48:40 -05:00
Author
Owner

@rick-github commented on GitHub (Jun 9, 2025):

Restart the ollama server.

<!-- gh-comment-id:2954939020 --> @rick-github commented on GitHub (Jun 9, 2025): Restart the ollama server.
Author
Owner

@helxsz commented on GitHub (Jun 9, 2025):

just got the same issue with ubuntu 20.0.4

ollama version is 0.5.7
Warning: client version is 0.9.0

I tried to reinstall the ollama with two ways.

1. curl -fsSL https://ollama.com/install.sh | sh

2. wget https://github.com/ollama/ollama/releases/download/v0.9.1-rc0/ollama-linux-arm64.tgz    sudo mv lib /usr/local/lib
    sudo mv bin /usr/local/bin

even restarting the ollama instance is not working

    systemctl stop ollama
    sudo mv lib /usr/local/lib
    sudo mv bin /usr/local/bin
    systemctl restart ollama

need to look into this issue

<!-- gh-comment-id:2957082630 --> @helxsz commented on GitHub (Jun 9, 2025): just got the same issue with ubuntu 20.0.4 ``` ollama version is 0.5.7 Warning: client version is 0.9.0 ``` I tried to reinstall the ollama with two ways. ``` 1. curl -fsSL https://ollama.com/install.sh | sh 2. wget https://github.com/ollama/ollama/releases/download/v0.9.1-rc0/ollama-linux-arm64.tgz sudo mv lib /usr/local/lib sudo mv bin /usr/local/bin ``` even restarting the ollama instance is not working ``` systemctl stop ollama sudo mv lib /usr/local/lib sudo mv bin /usr/local/bin systemctl restart ollama ``` need to look into this issue
Author
Owner

@rick-github commented on GitHub (Jun 9, 2025):

You are running an old server, you need to stop the old server so that the new server can take its place. If systemctl stop ollama is not effective, perhaps the old server was not installed in a systemctl supported manner. In which case, try killing the server with sudo kill $(pidof ollama). If ps p$(pidof ollama) still shows a running ollama server after the kill, then you need to identify the service that is restarting ollama.

<!-- gh-comment-id:2957138122 --> @rick-github commented on GitHub (Jun 9, 2025): You are running an old server, you need to stop the old server so that the new server can take its place. If `systemctl stop ollama` is not effective, perhaps the old server was not installed in a `systemctl` supported manner. In which case, try killing the server with `sudo kill $(pidof ollama)`. If `ps p$(pidof ollama)` still shows a running ollama server after the kill, then you need to identify the service that is restarting ollama.
Author
Owner

@helxsz commented on GitHub (Jun 10, 2025):

thanks, @rick-github , you are right I killed all the ollama processes and restarted it with systemctl, finally it got all right.

<!-- gh-comment-id:2957450532 --> @helxsz commented on GitHub (Jun 10, 2025): thanks, @rick-github , you are right I killed all the ollama processes and restarted it with systemctl, finally it got all right.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#69329