I am having trouble installing web3.py on my macOS by pip
The error I am getting is
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
I have followed the docs and make a venv they way the said and still no luck I am using python 3.6.6
https://web3py.readthedocs.io/en/stable/troubleshooting.html#setup-environment
Has anyone else had this problem?