fastasleep
fastasleep

Reputation: 333

I cannot install the IBM Cloud CLI

I am trying to get started building a voice interface with Watson Assistant, and following the docs I need to install the IBM Cloud CLI. I have downloaded the three latest versions from here (https://console.bluemix.net/docs/cli/reference/bluemix_cli/all_versions.html) but the installs all fail. I tried running the command line install as well, but that fails too:

Download complete. Executing installer...
installer: Package name is IBM Cloud Command Line Interface
installer: Installing at base path /
installer: The install failed (The Installer encountered an error that 
caused the installation to fail. Contact the software manufacturer for 
assistance.)
Install failed.

I tried installing on Macintosh HD disk and in a project folder, but it all fails! Help?

I tried versions 0.6.6, 0.6.5, and 0.6.4. I am running macOS High Sierra 10.13.3.

Upvotes: 1

Views: 1211

Answers (1)

Bo Yang
Bo Yang

Reputation: 36

pls see if there is /usr/local/bin directory in your OS. If not, create the directory and install again.

This will be fixed in next release v0.6.7.

Upvotes: 2

Related Questions