[GH-ISSUE #11675] ollama pull CLI command is erroring when pulling gpt-oss #7722

Closed
opened 2026-04-12 19:50:06 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @ZayadurKhanM3 on GitHub (Aug 5, 2025).
Original GitHub issue: https://github.com/ollama/ollama/issues/11675

What is the issue?

 ~/ ollama run gpt-oss:20b
pulling manifest 
Error: pull model manifest: 412: 

The model you are attempting to pull requires a newer version of Ollama.

Please download the latest version at:

        https://ollama.com/download

I tried ollama pull and ollama run on gpt-oss:latest and gpt-oss. Both are returning the error above. I've made sure to download the latest client + CLI. Is anyone else experiencing this? Does this usually happen for new models?

Relevant log output

Reason: Ollama Error
Domain: network
Time: 17:39:57.089
Help: pull model manifest: 412: 

The model you are attempting to pull requires a newer version of Ollama.

Please download the latest version at:

	https://ollama.com/download


Service: Ollama


 ~/ ollama -v
ollama version is 0.9.3
Warning: client version is 0.11.0

OS

macOS

GPU

Apple

CPU

Apple

Ollama version

0.9.3

Originally created by @ZayadurKhanM3 on GitHub (Aug 5, 2025). Original GitHub issue: https://github.com/ollama/ollama/issues/11675 ### What is the issue? ```  ~/ ollama run gpt-oss:20b pulling manifest Error: pull model manifest: 412: The model you are attempting to pull requires a newer version of Ollama. Please download the latest version at: https://ollama.com/download ``` I tried `ollama pull` and `ollama run` on `gpt-oss:latest` and `gpt-oss`. Both are returning the error above. I've made sure to download the latest client + CLI. Is anyone else experiencing this? Does this usually happen for new models? ### Relevant log output ```shell Reason: Ollama Error Domain: network Time: 17:39:57.089 Help: pull model manifest: 412: The model you are attempting to pull requires a newer version of Ollama. Please download the latest version at: https://ollama.com/download Service: Ollama  ~/ ollama -v ollama version is 0.9.3 Warning: client version is 0.11.0 ``` ### OS macOS ### GPU Apple ### CPU Apple ### Ollama version 0.9.3
GiteaMirror added the bug label 2026-04-12 19:50:06 -05:00
Author
Owner

@Acters commented on GitHub (Aug 5, 2025):

ollama version is 0.9.3
Warning: client version is 0.11.0

you need to install the latest ollama server 11.0 version too.

<!-- gh-comment-id:3156090064 --> @Acters commented on GitHub (Aug 5, 2025): ollama version is 0.9.3 Warning: client version is 0.11.0 you need to install the latest ollama **server** 11.0 version too.
Author
Owner

@ZayadurKhanM3 commented on GitHub (Aug 5, 2025):

You're right! Relying on the automatic update was unreliable. I pulled 0.11 from GitHub and pulling is working now.

<!-- gh-comment-id:3156104716 --> @ZayadurKhanM3 commented on GitHub (Aug 5, 2025): You're right! Relying on the automatic update was unreliable. I pulled 0.11 from GitHub and pulling is working now.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#7722