Labsmore / pyuscope

Python machine vision platform
BSD 2-Clause "Simplified" License
80 stars 17 forks source link

setup script zbar install not working #455

Closed JohnDMcMaster closed 9 months ago

JohnDMcMaster commented 9 months ago

has:

pip3 install --user pyzbar

But this doesn't work. Missing zbar library or something? But this seems to work:

sudo apt-get install -y python3-zbar
JohnDMcMaster commented 9 months ago

fixed