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.

asked a year ago569 views
1 Answer
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
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions