I am trying to read QR codes using python3. I've found different solutions that depend on using qrtools.
I've also tried to download it using pip3 or apt-get. Then I've tried to install it from sources, tried to install zbar lib which it use to work, but I had multiple errors.
I've also tried to download and use it in python2, and it works successfully. And I want to ask, can I use it in python3, or it is impossible?