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