Reputation: 1577
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.
Upvotes: 3
Views: 2097
Reputation: 3313
This solution worked for me on 10.10. probably it also works for you: Zbar + python, crashes on import (OSX 10.9.1)
Upvotes: 1