NaturalHistoryMuseum / pyzbar

Read one-dimensional barcodes and QR codes from Python 2 and 3.
MIT License
718 stars 175 forks source link

Unable to deploy to EC2 using AWS Beanstalk #150

Open ks1990cn opened 12 months ago

ks1990cn commented 12 months ago

Hi, Not sure should I report here or not, but opening issue for help. I am unable to deploy this code to AWS EC2 using beanstalk instead getting zbar not found. Can you please help me on this? Health of instance goes to severe in this case. Thanks!

DimIsaev commented 11 months ago

It doesn't seem to be a package problem and the question of installing indispensable libraries on the server

Linux:

sudo apt-get install libzbar0

Install this Python wrapper; use the second form to install dependencies of the command-line scripts:

pip install pyzbar
pip install pyzbar[scripts]