I am setting up a tunnel with gcloud from a remote machine with:
gcloud compute start-iap-tunnel ...
Everything used to be fine until a few days ago when it started to show the following message:
To increase the performance of the tunnel, consider installing NumPy. To install
NumPy, see: https://numpy.org/install/.
After installing NumPy, run the following command to allow gcloud to access
external packages:
export CLOUDSDK_PYTHON_SITEPACKAGES=1
I did exactly what it says, I have installed numpy with pip install numpy and exported the variable, but the warning doesn't go away.
Have you experienced this?