ollama - 💡(How to fix) Fix Cannot pull gemma4 on latest ollama [2 comments, 2 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#15223Fetched 2026-04-08 02:34:12
View on GitHub
Comments
2
Participants
2
Timeline
8
Reactions
1
Author
Participants
Timeline (top)
subscribed ×4commented ×2closed ×1labeled ×1

Error Message

$ ollama pull gemma4:26b pulling manifest Error: pull model manifest: 412: The model you are attempting to pull requires a newer version of Ollama that may be in pre-release.

Please see https://github.com/ollama/ollama/releases for more details.

Code Example

$ curl -fsSL https://ollama.com/install.sh | sh
>>> Cleaning up old version at /usr/local/lib/ollama
[sudo: authenticate] Password:
>>> Installing ollama to /usr/local
>>> Downloading ollama-linux-amd64.tar.zst
######################################################################## 100.0%
>>> Adding ollama user to render group...
>>> Adding ollama user to video group...
>>> Adding current user to ollama group...
>>> Creating ollama systemd service...
>>> Enabling and starting ollama service...
>>> NVIDIA GPU installed.

---

$ ollama pull gemma4:26b
pulling manifest
Error: pull model manifest: 412:
The model you are attempting to pull requires a newer version of Ollama that may be in pre-release.

Please see https://github.com/ollama/ollama/releases for more details.

---
RAW_BUFFERClick to expand / collapse

What is the issue?

$ curl -fsSL https://ollama.com/install.sh | sh
>>> Cleaning up old version at /usr/local/lib/ollama
[sudo: authenticate] Password:
>>> Installing ollama to /usr/local
>>> Downloading ollama-linux-amd64.tar.zst
######################################################################## 100.0%
>>> Adding ollama user to render group...
>>> Adding ollama user to video group...
>>> Adding current user to ollama group...
>>> Creating ollama systemd service...
>>> Enabling and starting ollama service...
>>> NVIDIA GPU installed.
$ ollama pull gemma4:26b
pulling manifest
Error: pull model manifest: 412:
The model you are attempting to pull requires a newer version of Ollama that may be in pre-release.

Please see https://github.com/ollama/ollama/releases for more details.

Relevant log output

OS

Ubuntu 25.10

GPU

RTX 6000 Pro

CPU

Xeon 6

Ollama version

0.19.0

extent analysis

TL;DR

The issue is likely due to an outdated Ollama version, and upgrading to a newer version may resolve the error.

Guidance

  • The error message indicates that the model requires a newer version of Ollama, suggesting a version mismatch.
  • Check the Ollama releases page for available updates and pre-releases.
  • Consider upgrading Ollama to a version that supports the required model, potentially by running the install script again or manually installing a newer version.
  • Verify the current Ollama version (0.19.0) against the required version for the model (gemma4:26b) to confirm the version mismatch.

Notes

The issue lacks specific information about the required Ollama version for the model, so a direct upgrade path is unclear.

Recommendation

Apply workaround: Upgrade to a newer Ollama version, as the current version (0.19.0) is likely outdated for the required model.

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