[GH-ISSUE #11694] cant run gpt-oss on cmd (macOS brew) #69798

Closed
opened 2026-05-04 19:22:34 -05:00 by GiteaMirror · 4 comments
Owner

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

What is the issue?

when installing ollama via homebrew (brew) on latest version that already updated to 0.11.0 theres a problem running ollama run gpt-oss which returning

ollama run gpt-oss
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

ollama --version
ollama version is 0.10.1
Warning: client version is 0.11.0

I noticed that ollama server version mismatch the client one. not sure where's the actual bug..

Relevant log output


OS

macOS 15.5

GPU

m4 pro

CPU

m4 pro

Ollama version

0.11.0

Originally created by @yaronsumel on GitHub (Aug 5, 2025). Original GitHub issue: https://github.com/ollama/ollama/issues/11694 ### What is the issue? when installing ollama via homebrew (brew) on latest version that already updated to [0.11.0](https://github.com/Homebrew/homebrew-core/blob/dfd33ddd9dd4df6b42c3119d2c1400e563c652f5/Formula/o/ollama.rb) theres a problem running `ollama run gpt-oss` which returning ``` ollama run gpt-oss 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 ollama --version ollama version is 0.10.1 Warning: client version is 0.11.0 ``` I noticed that ollama server version mismatch the client one. not sure where's the actual bug.. ### Relevant log output ```shell ``` ### OS macOS 15.5 ### GPU m4 pro ### CPU m4 pro ### Ollama version 0.11.0
GiteaMirror added the bug label 2026-05-04 19:22:34 -05:00
Author
Owner

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

refer to this issue and make sure the version is set correctly first:

https://github.com/ollama/ollama/issues/5334

then retry

<!-- gh-comment-id:3156688115 --> @sumanmichael commented on GitHub (Aug 5, 2025): refer to this issue and make sure the version is set correctly first: https://github.com/ollama/ollama/issues/5334 then retry
Author
Owner

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

@sumanmichael thanks. seems like the server was running as brew service.. restarting the service fixed that
brew services restart ollama

<!-- gh-comment-id:3156697077 --> @yaronsumel commented on GitHub (Aug 5, 2025): @sumanmichael thanks. seems like the server was running as brew service.. restarting the service fixed that `brew services restart ollama`
Author
Owner

@wisepmlin commented on GitHub (Aug 6, 2025):

(base) linxiaobin@linxiaobindeMac-Studio ~ % ollama run gpt-oss
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
<!-- gh-comment-id:3157575421 --> @wisepmlin commented on GitHub (Aug 6, 2025): (base) linxiaobin@linxiaobindeMac-Studio ~ % ollama run gpt-oss 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
Author
Owner

@KlausGPaul commented on GitHub (Aug 6, 2025):

@wisepmlin update brew's ollama, the restart the server

brew upgrade ollama

followed by

/opt/homebrew/bin/brew services restart ollama
<!-- gh-comment-id:3158555597 --> @KlausGPaul commented on GitHub (Aug 6, 2025): @wisepmlin update brew's ollama, the restart the server ``` brew upgrade ollama ``` followed by ``` /opt/homebrew/bin/brew services restart ollama ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#69798