I am trying to install zbar on Mac OS with Python 2.7 and Anaconda. I installed zbar with
$ brew install zbar
Anaconda environmnent shows zbar is installed. However, when I run the code
import zbar
in Spyder, the shell returns "Kernel died, restarting" and nothing happens.
Does anybody know what am I missing out on?
Thank you for your help!
PS: I am not persistent on using zbar, an alternative open-source solution which would work would be appreciated as well (also have openCV installed, so image preprocessing is no issue) Thanks!