错误现象:
Mac 安装python模块时出现异常错误
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
解决方法:
# 执行命令
xcode-select --install
错误现象:
Mac 安装python模块时出现异常错误
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
解决方法:
# 执行命令
xcode-select --install