-
Notifications
You must be signed in to change notification settings - Fork 5
e1071_install_errors
jpan9041 edited this page Sep 23, 2021
·
3 revisions
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.