3

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.

Sainan
  • 1,274
  • 2
  • 19
  • 32
N. Chamaa
  • 1,507
  • 3
  • 12
  • 22

1 Answers1

1

This solution worked for me on 10.10. probably it also works for you: Zbar + python, crashes on import (OSX 10.9.1)

Milla Well
  • 3,193
  • 3
  • 35
  • 50
  • check the comment by @aikoven below the linked answer (`pip install git+https://github.com/npinchot/zbar.git`) – Milla Well Jul 06 '17 at 07:43