Can't import google-cloud-storage
I'm using the enterprise version, and I have setup a gcloud resource.
I can't figure out how to import
from google.gloud import storage that systematically fails, since it doesn't pick up that it needs to install google-cloud-storage.I've tried to formally add it at the top of the script using this
What am I doing wrong ? And how can I get it to work ?
Thank you so much for your help