I am having issues getting the numpy installation to work correctly. I always get the To increase the performance of the tunnel, consider installing NumPy warning no matter what I do.
1 Like
Hi @Saksham_Goyal This is only a performance warning from the IAP tunnel helper It means NumPy is not installed in the same Python environment that gcloud is using Install NumPy in the exact interpreter shown by gcloud info using python -m pip install numpy The tunnel will still work without it just slower
as I mentioned in the tracker, I have already run
start (gcloud info --format="value(basic.python_location)") "-m pip install numpy".
So it should be installed correctly. I even opened that interpreter’s REPL and tried importing numpy. it worked. but the warning always shows up. I know it’s just a warning, but I want to fix it. I am behind a VPN and proxy so things get slow. I want to make sure I can remove any bottlenecks that I can.