-
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
cannot clone with --recursive because of libeigen problems #4645
Comments
https://gitlab.com/libeigen/eigen/-/issues/2336 Maybe It seems a cause of the problem. |
All our recent CI jobs are failing with this error. |
I don't even understand how this can happen 😭 There aren't any active incidents or reports of degraded service at https://status.gitlab.com/ |
According to https://gitlab.com/libeigen/eigen/-/issues/2336#note_694339283, the Eigen repo is now back up on GitLab. Not all features of that repo have been restored, but for LightGBM's purposes (just cloning the latest state of the Just ran the following successfully. git clone --recursive git@github.com:microsoft/LightGBM.git Thanks very much for reporting this @lmassaron , and to @TaehyunJo-CP for finding the relevant discussion with the Eigen maintainers. |
@jameslamb Just one minor note
We are not cloning the latest state of the Eigen repo, but a particular one specified via a commit hash: |
Ah ok, maybe I misunderstood how submodules work. I didn't see any specific commits referenced in https://github.com/microsoft/LightGBM/blob/a77260f03eb735923125024b0f36df9f63a6e0f3/.gitmodules |
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. |
Description
fatal: repository 'https://gitlab.com/libeigen/eigen.git/' not found
fatal: clone of 'https://gitlab.com/libeigen/eigen.git' into submodule path 'C:/Users/Luca/Desktop/LightGBM/external_libs/eigen' failed
Failed to clone 'external_libs/eigen'. Retry scheduled
Reproducible example
git clone --recursive https://github.com/Microsoft/LightGBM
The text was updated successfully, but these errors were encountered: