RPi4 + Ubuntu 20.04 + Grove Base HAT = Nothing ;-)

Hi!

I just bought a Seeed Grove Base HAT which indicated compatability with Raspberry Pi 4. However, after following the One-Click-Installation instructions and entering this string in the CLI:

curl -sL https://github.com/Seeed-Studio/grove.py/raw/master/install.sh | sudo bash -s -

… I get this error:

Grove.py installation FAILED, FAILED, FAILED

Anyone have any idea what I can do next?

Thanks in advance!

Are there more error messages?It seems that the corresponding file was not downloaded due to the network problem.

I looks like it might hinge on the inability to locate package libmraa1.

Here’s the last part of what gets spit out after the CURL command is run …


The following NEW packages will be installed:
python3-rpi.gpio
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 21.7 kB of archives.
After this operation, 78.8 kB of additional disk space will be used.
Get:1 http://ports.ubuntu.com/ubuntu-ports focal/universe arm64 python3-rpi.gpio arm64 0.6.5-1ubuntu3 [21.7 kB]
Fetched 21.7 kB in 0s (43.4 kB/s)
Selecting previously unselected package python3-rpi.gpio.
(Reading database … 144648 files and directories currently installed.)
Preparing to unpack …/python3-rpi.gpio_0.6.5-1ubuntu3_arm64.deb …
Unpacking python3-rpi.gpio (0.6.5-1ubuntu3) …
Setting up python3-rpi.gpio (0.6.5-1ubuntu3) …
Reading package lists… Done
Building dependency tree
Reading state information… Done
E: Unable to locate package libmraa1
dpkg-query: package ‘libmraa1’ is not installed and no information is available
Use dpkg --info (= dpkg-deb --info) to examine archive files.
Reading package lists… Done
Building dependency tree
Reading state information… Done
E: Unable to locate package libmraa1
dpkg-query: package ‘libmraa1’ is not installed and no information is available
Use dpkg --info (= dpkg-deb --info) to examine archive files.
Reading package lists… Done
Building dependency tree
Reading state information… Done
E: Unable to locate package libmraa1
dpkg-query: package ‘libmraa1’ is not installed and no information is available
Use dpkg --info (= dpkg-deb --info) to examine archive files.

 Grove.py installation FAILED, FAILED, FAILED    

It seems that libmraa does not support Ubuntu 20.04.