1、安装unrar软件
执行命令:pip3 install unrar
若执行命令时,报错 xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
,表示没有安装 xcrun
命令。
xcrun
是 Xcode 基本的命令行工具,使用它可以调用其他工具。
解决方法
在终端通过 xcode
相关命令安装即可,具体命令如下:xcode-select --install
参考:https://www.knowledgedict.com/tutorial/ml-xcrun-error.html