!strcmp(locale, "C"):Error:Assert failed:in file baseapi.cpp, line 209 Illegal instruction: 4

調用tesserocr 出現這個問題

!strcmp(locale, "C"):Error:Assert failed:in file baseapi.cpp, line 209
Illegal instruction: 4


在進入python3前輸入以下命令行

export LC_ALL=C

然後再進入python3就可以正常調用了

原文:https://blog.csdn.net/u010590983/article/details/88539339 
 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章