This looks like you’re on a Mac, and what it’s trying to do is compile something but you don’t have the developer tools installed.
Have you installed XCode on your computer? If I’m not mistaken, you can install them by running xcode-select --install
or a similar command in your terminal.
Best,
Randy