project-icp / bee-pollinator-app

The web application front end for the ICP Pollinator Decision Support Tool 🐝
Apache License 2.0
6 stars 1 forks source link

Fix AMI build error when installing Python dependencies #441

Closed hectcastro closed 5 years ago

hectcastro commented 5 years ago

It looks like the Python dependency installation Ansible task is failing during the AMI build process. I tried to reproduce the failure in the development environment (I made sure that the production requirements file was being used), but was unable to.

I think the best way to start troubleshooting this might be to kick off the Packer build process locally with debug mode enabled.

Might be similar to https://github.com/azavea/cac-tripplanner/issues/1098.

fungjj92 commented 5 years ago

Thanks for logging this Hector!