All Questions
3 questions
0
votes
2
answers
4k
views
I can't install install firebase-admin
I've got an error following:
MacBook-Air:Firebase takeyuki$ python -m pip install --upgrade firebase-admin
DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade ...
2
votes
3
answers
5k
views
ImportError: No module named google.auth
When I try to import firebase_admin in python 2.7 I get the error:
ImportError: No module named google.auth
This is the DockerFile I'm using.
I've installed Python from the source code using
wget ...
18
votes
10
answers
62k
views
Python Firebase issue No module named firebase_admin
I have deployed a python code in Google App Engine.In my code,tried to import firebase_admin,but it shows following error,
import firebase_admin
ImportError: No module named firebase_admin
hello.py
...