When I run the eb create command specified in this blog post, Elastic Beanstalk throws this error:
Application deployment failed at 2019-10-30T07:09:40Z with exit status 1 and error: Hook /opt/elasticbeanstalk/hooks/appdeploy/pre/01_configure_application.sh failed.
Executing: /usr/bin/unzip -o -d /var/app/staging /opt/elasticbeanstalk/deploy/appsource/source_bundle
FileMagic v0.7.1: compiled magic version [5.21] does not match with shared library magic version [5.34]
Archive: /opt/elasticbeanstalk/deploy/appsource/source_bundle
It sounds like it's an issue with a recent version of FileMagic, but I'm afraid that I'm not familiar enough with Ruby or python to know exactly what's wrong. Any tips?
When I run the
eb createcommand specified in this blog post, Elastic Beanstalk throws this error:It sounds like it's an issue with a recent version of FileMagic, but I'm afraid that I'm not familiar enough with Ruby or python to know exactly what's wrong. Any tips?