I'm trying to install the module thinkx
by typing
pip install thinkx
in the terminal (as described here). However, the module is not installed and it keeps showing xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
, error: command 'clang' failed with exit status 1
, and Failed building wheel for subprocess32
. Can anyone help? Thanks.