1.问题
在python3 中 import tesserocr 时,返回 Illegal instruction: 4 错误。
2.错误代码
!strcmp(locale, "C"):Error:Assert failed:in file baseapi.cpp, line 209
Illegal instruction: 4
3.解决办法
export LC_ALL=C
在python3 中 import tesserocr 时,返回 Illegal instruction: 4 错误。
!strcmp(locale, "C"):Error:Assert failed:in file baseapi.cpp, line 209
Illegal instruction: 4
export LC_ALL=C