Since I guess importing google.cloud.storage might be a very first step to set API connecting the firebase storage, what I did first is to install google-cloud on Ubuntu like this:
$ pip install --upgrade google-cloud
and it told me:
Successfully installed google-cloud
Then I tried to import storage from google.could on Jupyter Notebook like:
from google.cloud import storage
but it gave me an error message, says:
ModuleNotFoundError: No module named 'google'
so I am wondering what are the necessary steps to do this.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…