You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.
from google.cloud import firestore
ImportError: No module named 'google.cloud'
It seems looking at the available modules, only google.api_core exists, if I make the Firestore dep the first on the list, it seems that other google cloud packages don't exist. (basing this off import google; help(google);).
Is there a work around?
The text was updated successfully, but these errors were encountered:
For py image, I'm trying to use Firestore, so I have requirements like:
and I get an error for py_image:
It seems looking at the available modules, only google.api_core exists, if I make the Firestore dep the first on the list, it seems that other google cloud packages don't exist. (basing this off
import google; help(google);
).Is there a work around?
The text was updated successfully, but these errors were encountered: