Skip to content

e1071_install_errors

jpan9041 edited this page Sep 23, 2021 · 3 revisions

Dealing with errors installing the e1071 package

xcrun:error: invalid active developer path

I came across this error when downloading the NeuroDecodeR package. To resolve the issue, open Terminal, and run the following command:

xcode-select --install

This will download the Command Line Tools package and hopefully resolve the issue.

For more information, visit this page.

Clone this wiki locally