2
votes

I am trying to install google cloud SDK on my windows 10 enterprise

I get an error stating that one of the components are unknown (kuberun)

Here is the full detail:

Output folder: C:\Program Files (x86)\Google\Cloud SDK Downloading Google Cloud SDK core. Extracting Google Cloud SDK core. Create Google Cloud SDK bat file: C:\Program Files (x86)\Google\Cloud SDK\cloud_env.bat Installing components. '""C:\Program' is not recognized as an internal or external command, operable program or batch file. '""C:\Program' is not recognized as an internal or external command, operable program or batch file. Welcome to the Google Cloud SDK! Active code page: 65001 ERROR: (gcloud.components.update) The following components are unknown [kuberun]. This will install all the core command line tools necessary for working with the Google Cloud Platform. Active code page: 437 Failed to install.

1
Which SDK version? What is the method you are installing (EXE or PowerShell, Only me or All users, etc.)? My guess is that you either have a syntax error with your PATH variable or your PATH is full and another entry cannot be added.John Hanley
Start by uninstalling the SDK, review/fix your PATH statement and then reboot your system. Try installing again.John Hanley
I just downloaded EXE file from the google cloud page. I have tried Only Me and All users, but same resultFahadakbar
Do you mean uninstalling my windows SDK add on?Fahadakbar
Yes, uninstall the Google Cloud SDK if it is installed/partially installed.John Hanley

1 Answers

1
votes

Instead of Windows Installer, try one from this link https://cloud.google.com/sdk/docs/downloads-versioned-archives

Make sure you choose the right one (based on your CPU Architecture) and I suggest to use bundled python version and get going.