[GH-ISSUE #12826] Sudden error pull model manifest 412 despite new version running #8500

Closed
opened 2026-04-12 21:11:42 -05:00 by GiteaMirror · 3 comments
Owner

Originally created by @GiuliaSolinas on GitHub (Oct 29, 2025).
Original GitHub issue: https://github.com/ollama/ollama/issues/12826

What is the issue?

I am using the cloud models (gpt-oss) via the UI interface. Ollama worked fine this morning, but suddenly I received the following 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 reinstalling it, but I keep getting the error message.

Relevant log output


OS

macOS

GPU

No response

CPU

No response

Ollama version

ollama version is 0.1.29

Originally created by @GiuliaSolinas on GitHub (Oct 29, 2025). Original GitHub issue: https://github.com/ollama/ollama/issues/12826 ### What is the issue? I am using the cloud models (gpt-oss) via the UI interface. Ollama worked fine this morning, but suddenly I received the following 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 reinstalling it, but I keep getting the error message. ### Relevant log output ```shell ``` ### OS macOS ### GPU _No response_ ### CPU _No response_ ### Ollama version ollama version is 0.1.29
GiteaMirror added the needs more infobug labels 2026-04-12 21:11:42 -05:00
Author
Owner

@rick-github commented on GitHub (Oct 29, 2025):

0.1.29 is very old. If you have re-installed using a recent version, you probably need to stop and restart the server to switch to the new release.

<!-- gh-comment-id:3462074759 --> @rick-github commented on GitHub (Oct 29, 2025): 0.1.29 is very old. If you have re-installed using a recent version, you probably need to stop and restart the server to switch to the new release.
Author
Owner

@pdevine commented on GitHub (Oct 30, 2025):

Can you show the output of ollama -v? I'm very surprised the cloud models would work with that old of a version!

<!-- gh-comment-id:3466309791 --> @pdevine commented on GitHub (Oct 30, 2025): Can you show the output of `ollama -v`? I'm very surprised the cloud models would work with that old of a version!
Author
Owner

@GiuliaSolinas commented on GitHub (Oct 31, 2025):

Thank you all for the feedback. I went to check which version was actually installed on the system and which one was provided by the client. The outcome was the following:

(base) giuliasolinas@MacBook-Pro-6 ~ % ollama -v
ollama version is 0.1.29
Warning: client version is 0.12.7

Long story short: I had an extension in VS Code that was calling the very old version of Ollama (0.1.29) and created conflicts with the up-to-date version from the client (0.12.7). I cleared all system files and VS Code extensions, and reinstalled ollama, and now it works fine again.

Thank you all for your time!

<!-- gh-comment-id:3472835198 --> @GiuliaSolinas commented on GitHub (Oct 31, 2025): Thank you all for the feedback. I went to check which version was actually installed on the system and which one was provided by the client. The outcome was the following: ``` (base) giuliasolinas@MacBook-Pro-6 ~ % ollama -v ollama version is 0.1.29 Warning: client version is 0.12.7 ``` Long story short: I had an extension in VS Code that was calling the very old version of Ollama (0.1.29) and created conflicts with the up-to-date version from the client (0.12.7). I cleared all system files and VS Code extensions, and reinstalled ollama, and now it works fine again. Thank you all for your time!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#8500