All Questions
3 questions
4
votes
2
answers
2k
views
Error in building wheel for cryptography while installing firebase-admin on raspberry pi 3
I was installing firebase-admin using pip on my raspberry pi 3b+ using the following command:
pip3 install firebase-admin
However it always ends with an error saying "Error building wheel for ...
1
vote
0
answers
472
views
Python script on Raspberry PI (Not working)
I made a script that sends data to Firestore.
On my Mac the script works, but when I try to run it on my Raspberry pi I get this error message.
I tried to reinstall google-cloud-firestore but it does'...
0
votes
1
answer
2k
views
Python Firebase Admin SDK - DefaultCredentialsError
I'm having trouble setting up credentials when initializing Firebase Admin SDK for Python. Taking inspiration from here, I'm setting it up like this:
import firebase_admin
from firebase_admin import ...