-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
Lightgbm R installation #3066
Comments
Thanks for using Please follow the installation instructions in our official documentation: https://github.com/microsoft/LightGBM/blob/master/R-package/README.md#installation If the instructions do not work, please comment here with some explanation of exactly the code you ran and what error message or other logs you are seeing and we will re-open the issue. |
Can you show me the value of your By the way, the versions of R and RStudio are two different things. You can get your version of R by running |
Your What branch of Could you please start a new CMD window, remove the existing git clone --recursive https://github.com/microsoft/LightGBM
cd LightGBM
Rscript build_r.R |
Can you please show me the output of running these two commands from that
My concern is that by following comments from the issues you referenced (#2995, #2997), you may have your local |
Great, thanks! Can you please run If you get the same error about |
ha you are fast! I was thinking about two things at once and made a mistake while typing. There was a typo in my comment and I edited it immediately. It should have been |
aha! We are getting closer! I noticed that you have I suspect that If that's the case I'll make this clearer in our installation documentation, for those who aren't familiar with |
OH MY GOD! It worked! I have lightgbm package now! You're amazing and I really really appreciate what you are doing and your help. Thank you so much @jameslamb :) |
WOO AWESOME! I am glad it's working for you! Thanks for your patience and for using For those arriving at this issue from search engines: If you try to build the R package on Windows and get an error like |
This issue has been automatically locked since there has not been any recent activity since it was closed. To start a new related discussion, open a new issue at https://github.com/microsoft/LightGBM/issues including a reference to this. |
Hi, everyone,
I'm trying to install lightgbm in R (Windows 10, RStudio 3.6.3). I have already read and tried steps in #2995 and #2997 but I have a problem at a stage;
C:\Users\MGS\LightGBM>git fetch origin r/msvc-support
fatal: couldn't find remote ref r/msvc-support
Then I have tried;
C:\Users\MGS\LightGBM>git pull r/msvc-support
fatal: 'r/msvc-support' does not appear to be a git repository.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists.
But I got an error again. How can I solve this problem?
Thank you so much.
The text was updated successfully, but these errors were encountered: