Unable to Install Morpheus CLI and getting the error

Hello Morpheus Team,

Need you help in fixing Morpheus CLI installation issue on my Windows 2019 system.
When I run gem install morpheus-cli, I am getting this error. I checked log file but could not fix it. Appreciate your help here.

It sounds like you have a Ruby installation that is missing the Devkit.
You’ll want to install Ruby WITH Devkit. This is needed for certain libraries to be compiled.
You can find the installers for Windows here: Downloads

1 Like

Thank You. I have installed Ruby and ran gem install morpheus cli but again stuck in below error.
Please assist.

The command is actually gem install morpheus-cli.
The command you ran is installing two different and unrelated gems (morpheus and cli).

Thank you, Appreciate your help :slight_smile: