[GH-ISSUE #15239] Pre-release 0.20.0-rc0 -- 404 not found #35507

Closed
opened 2026-04-22 20:04:16 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @Freccia on GitHub (Apr 2, 2026).
Original GitHub issue: https://github.com/ollama/ollama/issues/15239

Can't install pre-release version 0.20.0

I've tried installing the pre-release version 0.20.0-rc0 following the installation instructions, but the command failed with a 404 error.

Commands tried:

curl -fsSL https://ollama.com/install.sh | OLLAMA_VERSION=0.20.0 sh
curl -fsSL https://ollama.com/install.sh | OLLAMA_VERSION=0.20.0-rc0 sh

Error:

curl: (22) The requested URL returned error: 404 

The following command succeeds, but it installs the wrong version, 0.19.0.

$ curl -L https://github.com/ollama/ollama/releases/download/v0.20.0-rc1/install.sh|OLLAMA_VERSION=0.20.0 sudo bash 
>>> Cleaning up old version at /usr/local/lib/ollama
>>> 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 --version
ollama version is 0.19.0

Same with: curl -L https://github.com/ollama/ollama/releases/download/v0.20.0-rc1/install.sh|OLLAMA_VERSION=0.20.0-rc0 sudo bash

Relevant log output

$ curl -fsSL https://ollama.com/install.sh | OLLAMA_VERSION=0.20.0 sh -x
+ main
+ set -eu
+ red=
+ plain=
+ mktemp -d
+ TEMP_DIR=/tmp/tmp.8Y5NTEwvJ6
+ trap cleanup EXIT
+ uname -s
+ OS=Linux
+ uname -m
+ ARCH=x86_64
+ ARCH=amd64
+ VER_PARAM=?version=0.20.0
+ [ Linux = Darwin ]
+ [ Linux = Linux ]
+ IS_WSL2=false
+ uname -r
+ KERN=6.17.0-19-generic
+ SUDO=
+ id -u
+ [ 1000 -ne 0 ]
+ available sudo
+ command -v sudo
+ SUDO=sudo
+ require curl awk grep sed tee xargs
+ local MISSING=
+ available curl
+ command -v curl
+ available awk
+ command -v awk
+ available grep
+ command -v grep
+ available sed
+ command -v sed
+ available tee
+ command -v tee
+ available xargs
+ command -v xargs
+ echo
+ NEEDS=
+ [ -n  ]
+ echo /usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin
+ grep -q /usr/local/bin
+ break
+ dirname /usr/local/bin
+ OLLAMA_INSTALL_DIR=/usr/local
+ [ -d /usr/local/lib/ollama ]
+ status Cleaning up old version at /usr/local/lib/ollama
+ echo >>> Cleaning up old version at /usr/local/lib/ollama
>>> Cleaning up old version at /usr/local/lib/ollama
+ sudo rm -rf /usr/local/lib/ollama
+ status Installing ollama to /usr/local
+ echo >>> Installing ollama to /usr/local
>>> Installing ollama to /usr/local
+ sudo install -o0 -g0 -m755 -d /usr/local/bin
+ sudo install -o0 -g0 -m755 -d /usr/local/lib/ollama
+ download_and_extract https://ollama.com/download /usr/local ollama-linux-amd64
+ local url_base=https://ollama.com/download
+ local dest_dir=/usr/local
+ local filename=ollama-linux-amd64
+ curl --fail --silent --head --location https://ollama.com/download/ollama-linux-amd64.tar.zst?version=0.20.0
+ status Downloading ollama-linux-amd64.tgz
+ echo >>> Downloading ollama-linux-amd64.tgz
>>> Downloading ollama-linux-amd64.tgz
+ curl --fail --show-error --location --progress-bar https://ollama.com/download/ollama-linux-amd64.tgz?version=0.20.0
+ sudo tar -xzf - -C /usr/local
curl: (22) The requested URL returned error: 404                               


gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error is not recoverable: exiting now
+ cleanup
+ rm -rf /tmp/tmp.xxxxxxx

OS

Linux

GPU

No response

CPU

No response

Ollama version

0.20.0

Originally created by @Freccia on GitHub (Apr 2, 2026). Original GitHub issue: https://github.com/ollama/ollama/issues/15239 ### Can't install pre-release version 0.20.0 I've tried installing the pre-release version 0.20.0-rc0 following the [installation instructions](https://docs.ollama.com/linux), but the command failed with a `404` error. Commands tried: ``` curl -fsSL https://ollama.com/install.sh | OLLAMA_VERSION=0.20.0 sh curl -fsSL https://ollama.com/install.sh | OLLAMA_VERSION=0.20.0-rc0 sh ``` Error: ``` curl: (22) The requested URL returned error: 404 ``` --- The following command succeeds, but it installs the wrong version, 0.19.0. ``` $ curl -L https://github.com/ollama/ollama/releases/download/v0.20.0-rc1/install.sh|OLLAMA_VERSION=0.20.0 sudo bash >>> Cleaning up old version at /usr/local/lib/ollama >>> 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 --version ollama version is 0.19.0 ``` Same with: `curl -L https://github.com/ollama/ollama/releases/download/v0.20.0-rc1/install.sh|OLLAMA_VERSION=0.20.0-rc0 sudo bash` ### Relevant log output ```shell $ curl -fsSL https://ollama.com/install.sh | OLLAMA_VERSION=0.20.0 sh -x + main + set -eu + red= + plain= + mktemp -d + TEMP_DIR=/tmp/tmp.8Y5NTEwvJ6 + trap cleanup EXIT + uname -s + OS=Linux + uname -m + ARCH=x86_64 + ARCH=amd64 + VER_PARAM=?version=0.20.0 + [ Linux = Darwin ] + [ Linux = Linux ] + IS_WSL2=false + uname -r + KERN=6.17.0-19-generic + SUDO= + id -u + [ 1000 -ne 0 ] + available sudo + command -v sudo + SUDO=sudo + require curl awk grep sed tee xargs + local MISSING= + available curl + command -v curl + available awk + command -v awk + available grep + command -v grep + available sed + command -v sed + available tee + command -v tee + available xargs + command -v xargs + echo + NEEDS= + [ -n ] + echo /usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin + grep -q /usr/local/bin + break + dirname /usr/local/bin + OLLAMA_INSTALL_DIR=/usr/local + [ -d /usr/local/lib/ollama ] + status Cleaning up old version at /usr/local/lib/ollama + echo >>> Cleaning up old version at /usr/local/lib/ollama >>> Cleaning up old version at /usr/local/lib/ollama + sudo rm -rf /usr/local/lib/ollama + status Installing ollama to /usr/local + echo >>> Installing ollama to /usr/local >>> Installing ollama to /usr/local + sudo install -o0 -g0 -m755 -d /usr/local/bin + sudo install -o0 -g0 -m755 -d /usr/local/lib/ollama + download_and_extract https://ollama.com/download /usr/local ollama-linux-amd64 + local url_base=https://ollama.com/download + local dest_dir=/usr/local + local filename=ollama-linux-amd64 + curl --fail --silent --head --location https://ollama.com/download/ollama-linux-amd64.tar.zst?version=0.20.0 + status Downloading ollama-linux-amd64.tgz + echo >>> Downloading ollama-linux-amd64.tgz >>> Downloading ollama-linux-amd64.tgz + curl --fail --show-error --location --progress-bar https://ollama.com/download/ollama-linux-amd64.tgz?version=0.20.0 + sudo tar -xzf - -C /usr/local curl: (22) The requested URL returned error: 404 gzip: stdin: unexpected end of file tar: Child returned status 1 tar: Error is not recoverable: exiting now + cleanup + rm -rf /tmp/tmp.xxxxxxx ``` ### OS Linux ### GPU _No response_ ### CPU _No response_ ### Ollama version 0.20.0
GiteaMirror added the bug label 2026-04-22 20:04:17 -05:00
Author
Owner

@pharmacologic commented on GitHub (Apr 2, 2026):

the exact pre-release version tags can change with small updates. the current tag to use is v0.20.0-rc1

curl -fsSL https://ollama.com/install.sh | OLLAMA_VERSION=0.20.0-rc1 sh

Image
<!-- gh-comment-id:4180492360 --> @pharmacologic commented on GitHub (Apr 2, 2026): the exact pre-release version tags can change with small updates. the current tag to use is v0.20.0-rc1 `curl -fsSL https://ollama.com/install.sh | OLLAMA_VERSION=0.20.0-rc1 sh` <img width="470" height="405" alt="Image" src="https://github.com/user-attachments/assets/7a7f6590-7362-4506-891a-c70f59535982" />
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#35507