Mac下的python安装库

from pyzbar import pyzbar

brew update && brew upgrade
brew install zbar
不要pip install zbar。而是下载这个包,修正了mac下的segmentation fault bug
https://github.com/npinchot/zbar
python setup.py install

import pytesseract

brew install tesseract

你可能感兴趣的:(Mac下的python安装库)