Quote:
Originally Posted by mallomar
I tried putting this command in Terminal but it says:
Code:
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
|
Please post the output of these commands:
Code:
$ sw_vers -productVersion
$ /usr/bin/pip3 --version
$ /usr/bin/pip3 install -t ~/Library/Preferences/calibre/plugins/worddumb-libs/nltk3.6.2 nltk==3.6.2
Are you using a m1 mac?
The last error means you need to install developer tools:
Code:
$ xcode-select --install
Maybe mac's outdated pip wants to build the 'regex' package but can't find any required build tools, install the developer tool then update pip should fix your problem.
You can also install python via Homebrew.