-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't install diyabcGUI on Mac #148
Comments
When I opened this issue, it appears that I failed to copy in the first error, which is key to the solution. In response to the installation command:
I received the following. The error "xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun" was the key. Downloading GitHub repo diyabc/diyabcGUI@HEAD The solution (pointed out to me by Alex Bajcz) is to install the Command Line Tools from Xcode xcode-select --install As detailed in the linked discussion (below) "...This will pop a dialogue box, Select "Install", and it will download and install the Command Line Tools package and fix the problem. (The popped Window may be behind other windows.)" You don't have to install Xcode, just the Command Line Tools package. All the best, Michael Michael A McCartney, PhD |
Hi, I am really sorry for the very late reply. Due to work overload, the development, support and maintenance for the project diyabcGUI is currently paused. Feel free to contact us (by submitting an issue) if you want to take over the development for this project. Pull request are also welcome to fix bug or implement missing functionalities. I have updated the README file to announce this. This is the official announcement to clarify a situation that has been going on for quite some time. You can still use the command line version of the software which is still maintained/supported. Check the documentation page here. All my apologies for the trouble, |
Hi I am trying to install DIYABC-RF package on a Mac M1 running OS Ventura 13.2.1.
In R, I received the following command failure and warning messages:
Downloading GitHub repo diyabc/diyabcGUI@HEAD
'/usr/bin/git' clone --depth 1 --no-hardlinks --recurse-submodules --branch prod https://github.com/diyabc/DesktopDeployR.git /var/folders/h_/5sq53ll92_3chqcnft0tvpfr0000gn/T//Rtmp3Uanx9/remotes59b57eb642d6/diyabc-diyabcGUI-45092b9/R-pkg/../build/DIYABC-RF_GUI_windows
Error: Failed to install 'diyabcGUI' from GitHub:
Command failed (1)
In addition: Warning message:
In system(full, intern = TRUE, ignore.stderr = quiet) :
running command ''/usr/bin/git' clone --depth 1 --no-hardlinks --recurse-submodules --branch prod https://github.com/diyabc/DesktopDeployR.git /var/folders/h_/5sq53ll92_3chqcnft0tvpfr0000gn/T//Rtmp3Uanx9/remotes59b57eb642d6/diyabc-diyabcGUI-45092b9/R-pkg/../build/DIYABC-RF_GUI_windows' had status 1
The text was updated successfully, but these errors were encountered: