天天看點

mac安裝python庫regex失敗

錯誤資訊:xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun

如果會出現編譯錯誤,可以使用以下方法解決:

執行以下指令:

xcode-select --install
           

安裝完xcode工具之後再執行以下指令: 

sudo python3 -m pip install --upgrade regex
           
mac安裝python庫regex失敗