'GCloud compute tunnel always shows warning telling to install numpy
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?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|