背景
Mac下安装tesseract时,出现如下问题
Error: Xcode alone is not sufficient on Sierra.
Install the Command Line Tools:
xcode-select --install
但Mac最新场景下安装Xcode时已经没有Command Line了,需要单独安装。根据提示在使用命令xcode-select --install 安装时最后结果是不能安装该软件。
解决方式
Developer Apple上手动下载对应的Command Line Tools 安装即可。

254

被折叠的 条评论
为什么被折叠?



