Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

No module found 'firebase_admin' Raspberry Pi - Raspbian Python 3

I'm trying to run the firebase admin SDK in python3 on the Raspberry pi but it's not working.

I run (in the console)

sudo pip install firebase-admin

To install and then attempt to use (in the IDSL)

import firebase_admin

in Python 3 but I get the no module found error. What might I be missing? This is on a fresh install of Raspbian on an old Pi.

like image 681
easycheese Avatar asked May 31 '26 18:05

easycheese


1 Answers

Turns out all I needed to do was use the following command instead:

sudo pip3 install firebase-admin
like image 134
easycheese Avatar answered Jun 02 '26 21:06

easycheese



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!