How to install qrtools
for Python correctly on Mac OSX El Capitan 10.11?
After the installation using brew install zbar
and pip install qrtools zbar
, I got a segmentation fault 11 while trying to import zbar
in Python.
How to install qrtools
for Python correctly on Mac OSX El Capitan 10.11?
After the installation using brew install zbar
and pip install qrtools zbar
, I got a segmentation fault 11 while trying to import zbar
in Python.
This solution worked for me on 10.10. probably it also works for you: Zbar + python, crashes on import (OSX 10.9.1)