View Single Post
Old 05-19-2021, 07:44 PM   #125
xxyzz
Evangelist
xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.
 
Posts: 442
Karma: 2666666
Join Date: Nov 2020
Device: none
Quote:
Originally Posted by mallomar View Post
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.

Last edited by xxyzz; 05-19-2021 at 10:00 PM.
xxyzz is offline   Reply With Quote