primetang / qrtools

A suite of tools for handling QR codes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zbar does not work with python3?

boompig opened this issue · comments

It looks like zbar is a dependency of this project but I can't seem to pip install zbar with python version 3.8.5.

There are a lot of posts suggesting you cannot use zbar with Python 3. Is it possible to change dependencies so that qrtools can work with Python 3?

Seeing this here too. It looks like the Py3 alternative is: https://pypi.org/project/pyzbar/ but also, maybe this one works too? https://github.com/zplab/zbar-py