Seafile Community Edition Server Raspberry Pi fails to install

Hi there, when I run the install script on my raspberry pi, it fails to install with this error:
“./merge.go:241:17: invalid operation: 1 << i (shift count type int, must be unsigned integer)”
“note: module requires Go 1.14error: Build seafile-server (go_fileserver) failed”
I have tried to run the script with and without sudo, which ends with the same error.
It got to stage 8/13. I am not bothered about building it myself, I would be more than happy to just install it.
Any ideas? Thanks

Is this the script? https://github.com/haiwen/seafile-rpi

Is golang installed. I noticed the script installs golang-go and not golang, I don’t know what the difference is. Can you run golang version to check what is installed.

Hi, you can find many binaries here: Releases · haiwen/seafile-rpi · GitHub

Yep, I just tried that. New issue though, I am now trying to install it… I have followed the steps required however I can’t get past the part where it asks for the password of the mysql root user… Any ideas?