I built an image using docker file and used requirements.txt file for installing certain module but however I get the below error while deploying flex template and I used python sdk.
ImportError: cannot import name ‘secretmanager_v1’ from ‘google.cloud’ (unknown location)
I tried by giving google-cloud-secret-manager==0.2.0 in requirements.txt file
New contributor
Zam is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.