正如标题中提到的,升级到 MacOS 13.0 后,CMake 似乎被破坏了。
\n尝试安装需要 Cmake 的东西需要花费非常长的时间,然后会出现以下弹出窗口。
\n\xe2\x80\x9cCMake\xe2\x80\x9d is damaged and can\xe2\x80\x99t be opened. You should move it to the Trash. \n\nThis file was downloaded on an unknown date. # this txt is grey and smaller font\n\nPop-up Options\n1. Move to Trash 2. Cancel\nRun Code Online (Sandbox Code Playgroud)\n重现错误的步骤
\n克隆 EasyOCR
\n1.1 git克隆...
\n制作Python venv
\n2.0。cd EasyOCR/
\n2.1. python3 -m venv venv
\n2.2. 源 venv/bin/activate
\n2.3. 网络信息
\npython --version && pip …Run Code Online (Sandbox Code Playgroud)