ollama - 💡(How to fix) Fix Error: pull model manifest: 412: The model you are attempting to pull requires a newer version of Ollama. [1 comments, 1 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
ollama/ollama#14876Fetched 2026-04-08 00:48:12
View on GitHub
Comments
1
Participants
1
Timeline
3
Reactions
0
Author
Participants
Timeline (top)
closed ×1commented ×1labeled ×1

Error Message

shion@Shions-Mac-mini → ~ $ curl -fsSL https://ollama.com/install.sh | sh

Removing existing Ollama installation... Downloading Ollama for macOS... ######################################################################## 100.0% Installing Ollama to /Applications... Starting Ollama... Install complete. You can now run 'ollama'. shion@Shions-Mac-mini → ~ $ ollama pull nemotron-3-super:120b 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

shion@Shions-Mac-mini → ~ $ ollama pull qwen3.5:35b 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

Code Example

shion@Shions-Mac-mini → ~
$ curl -fsSL https://ollama.com/install.sh | sh
>>> Removing existing Ollama installation...
>>> Downloading Ollama for macOS...
######################################################################## 100.0%
>>> Installing Ollama to /Applications...
>>> Starting Ollama...
>>> Install complete. You can now run 'ollama'.
shion@Shions-Mac-mini → ~
$ ollama pull nemotron-3-super:120b
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

shion@Shions-Mac-mini → ~
$ ollama pull qwen3.5:35b
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
RAW_BUFFERClick to expand / collapse

What is the issue?

The latest version of ollama does not support the download of the latest version of models from the model list.

Apple M4 Pro MacOS: 26.3.1

Relevant log output

shion@Shions-Mac-mini → ~
$ curl -fsSL https://ollama.com/install.sh | sh
>>> Removing existing Ollama installation...
>>> Downloading Ollama for macOS...
######################################################################## 100.0%
>>> Installing Ollama to /Applications...
>>> Starting Ollama...
>>> Install complete. You can now run 'ollama'.
shion@Shions-Mac-mini → ~
$ ollama pull nemotron-3-super:120b
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

shion@Shions-Mac-mini → ~
$ ollama pull qwen3.5:35b
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

OS

macOS

GPU

Apple

CPU

Apple

Ollama version

Version 0.18.0 (0.18.0)

extent analysis

Fix Plan

To resolve the issue, we need to update Ollama to the latest version.

  • Visit the Ollama download page: https://ollama.com/download
  • Download the latest version of Ollama for macOS
  • Run the installation script:
curl -fsSL https://ollama.com/install.sh | sh
  • Verify the installation by checking the version:
ollama --version
  • Pull the models again:
ollama pull nemotron-3-super:120b
ollama pull qwen3.5:35b

Verification

After updating Ollama, verify that the models can be downloaded successfully by checking the output of the ollama pull commands.

Extra Tips

  • Ensure you have the latest version of macOS and Apple hardware drivers installed.
  • If issues persist, try resetting Ollama to its default configuration or seeking support from the Ollama community.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING