eclipse / streamsheets

An open-source tool for processing stream data using a spreadsheet-like interface.
https://docs.cedalo.com/
Eclipse Public License 2.0
455 stars 54 forks source link

Running start.sh failed(no matching manifest for linux/arm64/v8) on Raspberry PI 3B+ and 4B #87

Closed we-wow closed 2 years ago

we-wow commented 2 years ago

Description

I have download and installed streamsheets by "get-streamsheets.sh(pi-installer.sh)". but I got below logs on my terminal.

Do you want to start Streamsheets now? (Y/n): Y Pulling management-center (cedalo/management-center:2)... 2: Pulling from cedalo/management-center ERROR: no matching manifest for linux/arm64/v8 in the manifest list entries

device: Raspberry PI 3B+ and Raspberry PI 4B OS: Ubuntu 22.04.1 LTS

Steps to Reproduce

  1. run curl -fsSL raw.githubusercontent.com/cedalo/streamsheets-installer/master/pi-installer.sh -o get-streamsheets.sh && sh get-streamsheets.sh

More information

1.When I run "sudo sh start.sh", the same error will also occur.

2.I have found a issue about this. However, I have also seen that Raspberry 3B and 4B is supported on the install page

we-wow commented 2 years ago

I tried to specify "platform: linux/arm" in file ducker-compose.yal before "image: cedalo/management-center:2" and then it worked.