tesserocr环境问题
2018-12-18 本文已影响0人
笨笨不读书
问题背景: 本文用于记录搭建pixtoapp项目时遇到的报错问题,仅供参考。
本机环境:macos 10.12.3
!strcmp(locale, "C"):Error:Assert failed:in file baseapi.cpp, line 209
[1] 34012 illegal hardware instruction python3 screenshotProcessor.py
导入tesserocr时命令行报错如上,无法导入。
解决方案:
运行程序前命令行运行:export LC_ALL=C
or将该语句配置进~/.bash_profile | ~/.zshrc
执行相应的source
命令导入环境变量即可