techpivot / aws-code-deploy

Bash script to easily deploy applications with AWS Code Deploy. Designed to be used with CI systems such as TravisCI, CircleCI, and CodeShip and provide functionality that is not included in the out-of-box solutions from these vendors.
MIT License
122 stars 40 forks source link

Circleci awscli installation issue. #2

Open Jaikant opened 6 years ago

Jaikant commented 6 years ago

I hit the issue as described here

I resolved it something like this, as described in the above issue - https://github.com/Jaikant/aws-code-deploy/commit/83f2aa7d12df495e1d5d1950684ef0d794f670ba

I am not sure if it is the right solution, but I can send you a pull if you think it is.

virgofx commented 6 years ago

Can you confirm that fixes it 100%? If so I can add it or you can send a PR and I'll have the next release pushed out.

fishcharlie commented 6 years ago

Getting this same issue. Any updates on this?

virgofx commented 6 years ago

@fishcharlie Can you confirm [libpython-dev] fixes the issue? I test in circleci and have no issues currently. So i would need more details or could you post a copy of your circleci settings to help reproduce.

fishcharlie commented 6 years ago

@virgofx Adding sudo apt-get install -y python-pip libpython-dev to my CircleCI config fixed the issue.