Hello All ,
I am new to this world and was trying to get a Grove Hat for my Pi.
I followed the instructions and tried updating with the shell script given as in installation instructions from
[Seeed-Studio/grove.py: Python library for Seeedstudio Grove devices (github.com)](https://github.com/Seeed-Studio/grove.py)
running the below command
curl -sL https://github.com/Seeed-Studio/grove.py/raw/master/install.sh | sudo bash -s -
But I am always getting an error for
Package 'python-pip' has no installation candidate.
E: Package 'python-rpi.gpio' has no installation candidate
and exits with
` Grove.py installation FAILED, FAILED, FAILED`
I have python3 and pip3 installed already. I tried installing python2 and pip2 as well.
I tried to install the dependencies myself and got few errors like below
python3-mraa : Depends: libjson-c3 (>= 0.10) but it is not installable
Depends: libmraa1 but it is not going to be installed
Depends: libpython3.5 (>= 3.5.0~b1) but it is not installable
Tried various methods of resolution found on internet but didn’t solve my problem yet and I am still waiting to use my hat.
Please find my Raspberry Pi setup below
- Device - RPi 4 Model B 4GB
- OS - Raspberry Lite OS 32 Bit
If you have faced similar issues please let me know any pointers to resolve the same.
Many Thanks