Cloud9 fails to install and Failed Bash. Exit code 1.

1

Trying out the basic Cloud9 IDE installation and it says it cannot install pip. Description of full error here.

Installation Started

Package Cloud9 IDE 1

pip is required to install CodeIntel. Please install pip and try again exiting with 1

Failed Bash. Exit code 1.

One or more errors occured. Please try to resolve them and restart AWS Cloud9 or visit https://forums.aws.amazon.com/forum.jspa?forumID=268

I tried looking at that forumID but no info? Thx.

已提问 1 年前580 查看次数
1 回答
1

As the message suggest, you need to install pip on your instance yourself. Most of OS distributions should provide a default way to install it, for example sudo apt-get install python-pip for Ubuntu, sudo yum install python-pip for Centos

profile pictureAWS
已回答 1 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则