After the new update git pushes are hanging and running dev_appserver.py results in an import erro:
$ dev_appserver.py .
Traceback (most recent call last):
File "/Users/me/google-cloud-sdk/bin/dev_appserver.py", line 11, in <module>
import bootstrapping.bootstrapping as bootstrapping
File "/Users/me/google-cloud-sdk/bin/bootstrapping/bootstrapping.py", line 9, in <module>
import setup
File "/Users/me/google-cloud-sdk/bin/bootstrapping/setup.py", line 41, in <module>
reload(google)
ImportError: No module named google
$ gcloud components update --version [95.0.0]
ERROR: The component listing for Cloud SDK version [[95.0.0]] could not be found. Make sure this is a valid archived Cloud SDK version.
ERROR: (gcloud.components.update) Failed to fetch component listing from server. Check your network settings and try again.