You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to grp...@googlegroups.com
Hi,
I am trying to install firebase-admin on a raspberry pi zero and when it comes to installing grpcio the installation is killed:
I have tried using Thonny also and i get "process returned with code -9"
are you aware if this is a known thing with raspberry pi zero/raspberry pi OS?
do you have any idea how I can get it installed?
thanks,
n
--
Neil Butler,
PDST Advisor for LCCS
0863872433
Richard Belleville
unread,
Jan 19, 2023, 2:33:02 PM1/19/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to grpc.io
I think what's happening here is the installing is falling back to a from-source build because PyPi doesn't have precompiled artifacts for your architecture. The compilation process is taking too much memory for your machine and the compiler process gets OOM killed with SIGKILL.
Exactly which architecture you have depends on the model of your RasPi Zero. An RPi Zero W is ARMv6Z and an RPi Zero 2 W would be ARMv8. Regardless, piwheels should be able to provide precompiled artifacts for you.