[GH-ISSUE #12124] Fail Install on Raspbian OS #70115

Closed
opened 2026-05-04 20:23:14 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @pruebassoftwaresavsolutions-sys on GitHub (Aug 30, 2025).
Original GitHub issue: https://github.com/ollama/ollama/issues/12124

What is the issue?

Since version 0.11.4, the installation of new Ollama updates on ARM64 devices is failing, as you can read in the log output. So it would be good to review this issue for users who use devices with these architectures.

Relevant log output

1.

curl -fsSL https://ollama.com/install.sh | sh
>>> Cleaning up old version at /usr/local/lib/ollama
>>> Installing ollama to /usr/local
>>> Downloading Linux arm64 bundle
#########################################                                 57.8%curl: (92) HTTP/2 stream 1 was not closed cleanly: PROTOCOL_ERROR (err 1)


gzip: stdin: unexpected end of file
tar: Fin de fichero inesperado en el archivo
tar: Fin de fichero inesperado en el archivo
tar: Error is not recoverable: exiting now

 2.
sudo curl -fsSL https://ollama.com/install.sh | OLLAMA_VERSION=0.11.8 sh
>>> Cleaning up old version at /usr/local/lib/ollama
>>> Installing ollama to /usr/local
>>> Downloading Linux arm64 bundle
########################################################                  78.1%curl: (92) HTTP/2 stream 1 was not closed cleanly: PROTOCOL_ERROR (err 1)


gzip: stdin: unexpected end of file
tar: Fin de fichero inesperado en el archivo
tar: Fin de fichero inesperado en el archivo
tar: Error is not recoverable: exiting now

OS

Linux

GPU

No response

CPU

Other

Ollama version

0.11.8

Originally created by @pruebassoftwaresavsolutions-sys on GitHub (Aug 30, 2025). Original GitHub issue: https://github.com/ollama/ollama/issues/12124 ### What is the issue? Since version 0.11.4, the installation of new Ollama updates on ARM64 devices is failing, as you can read in the log output. So it would be good to review this issue for users who use devices with these architectures. ### Relevant log output ```shell 1. curl -fsSL https://ollama.com/install.sh | sh >>> Cleaning up old version at /usr/local/lib/ollama >>> Installing ollama to /usr/local >>> Downloading Linux arm64 bundle ######################################### 57.8%curl: (92) HTTP/2 stream 1 was not closed cleanly: PROTOCOL_ERROR (err 1) gzip: stdin: unexpected end of file tar: Fin de fichero inesperado en el archivo tar: Fin de fichero inesperado en el archivo tar: Error is not recoverable: exiting now 2. sudo curl -fsSL https://ollama.com/install.sh | OLLAMA_VERSION=0.11.8 sh >>> Cleaning up old version at /usr/local/lib/ollama >>> Installing ollama to /usr/local >>> Downloading Linux arm64 bundle ######################################################## 78.1%curl: (92) HTTP/2 stream 1 was not closed cleanly: PROTOCOL_ERROR (err 1) gzip: stdin: unexpected end of file tar: Fin de fichero inesperado en el archivo tar: Fin de fichero inesperado en el archivo tar: Error is not recoverable: exiting now ``` ### OS Linux ### GPU _No response_ ### CPU Other ### Ollama version 0.11.8
GiteaMirror added the bug label 2026-05-04 20:23:14 -05:00
Author
Owner

@rick-github commented on GitHub (Aug 30, 2025):

It's unlikely to be related to the architecture. The curl command that was downloading the archive was interrupted. #11732

<!-- gh-comment-id:3239412960 --> @rick-github commented on GitHub (Aug 30, 2025): It's unlikely to be related to the architecture. The curl command that was downloading the archive was interrupted. #11732
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#70115