
% python3
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at:
/Library/Developer/CommandLineTools/usr/bin/xcrun
If you have recently upgraded your macOS from Mojave to Ventura and you get the invalid active developer error when trying to run Pyton3 scripts on the Mac Terminal, then follow the below steps to fix this issue,
Steps to fix Python "invalid active developer" error macOS
- Open Terminal App,
- Run command xcode-select --install to install Command Line Tools Package.
- You will be prompted,
The "xcode-select" command requires the command line developer tools. Would you like to install the tools now? Choose Install to download and install the command line developer tools now. - Click Install, it may take a while to download Command Line Tools (based on your internet speed), took around 40 minutes for me.
- Runt Python3 command again and it should work!
Provide Feedback For This Article
We take your feedback seriously and use it to improve our content. Thank you for helping us serve you better!
😊 Thanks for your time, your feedback has been registered!
Comments & Discussion
Facing issues? Have questions? Post them here! We're happy to help!