oci-cli
oci-cli copied to clipboard
oci-cli installation freezing on windows 11 using powershell cli commands
I'm trying to install oci-cli on a new Windows 11 OS. I'm using these instructions - https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/cliinstall.htm#InstallingCLI__windows and when I initiate step 5 "Run the installer script with or without prompts" The installation freezes on this line at the bottom of the below output...
VERBOSE: Python found in registry: HKCU:\Software\Python\PythonCore VERBOSE: Downloading install script to C:\Users\keega\AppData\Local\Temp\tmp3FC2.tmp VERBOSE: False False VERBOSE: Using Python executable: C:\Users\keega\Python\python.exe to run install script... VERBOSE: Arguments to python script: "C:\Users\keega\AppData\Local\Temp\tmp3FC2.tmp"
No matter how long I leave this nothing happens.
Likely that CLI got installed but prompt could not return due to an unrelated issue.
Can you try running CLI commands in a separated terminal? e.g. oci --version
No success unfortunately
PS C:\Users\keega\source> oci --version
oci : The term 'oci' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ oci --version
+ ~~~
+ CategoryInfo : ObjectNotFound: (oci:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException