gert icon indicating copy to clipboard operation
gert copied to clipboard

Can't install gert

Open xin-bang opened this issue 4 years ago • 10 comments

** testing if installed package can be loaded from temporary location Error: package or namespace load failed for ‘gert’ in dyn.load(file, DLLpath = DLLpath, ...): unable to load shared object '/data1/luxinbang/software/R/lib64/R/library/00LOCK-gert/00new/gert/libs/gert.so': /lib64/libgit2.so.26: undefined symbol: libssh2_userauth_publickey_frommemory Error: loading failed Execution halted ERROR: loading failed

xin-bang avatar May 29 '21 12:05 xin-bang

i try to use this command to update the binutils,but it doesn't work.. sudo yum install binutils

xin-bang avatar May 29 '21 12:05 xin-bang

sudo yum install binutils

R

Sys.setenv( USE_SYSTEM_LIBGIT2 = 1 )

MicrobioSee avatar Nov 22 '21 03:11 MicrobioSee

l am also trapped with this problem, do you know how to deal with it

hucong3 avatar Mar 02 '22 08:03 hucong3

sudo yum install binutils

R

>Sys.setenv( USE_SYSTEM_LIBGIT2 = 1 )

------------------ Original ------------------ From: @.>; Date: 2022年3月2日(星期三) 下午4:32 To: @.>; Cc: "Jinhui @.>; @.>; Subject: Re: [r-lib/gert] Can't install gert (#144)

l am also trapped with this problem, do you know how to deal with it

— Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android. You are receiving this because you commented.Message ID: @.***>

MicrobioSee avatar Mar 02 '22 08:03 MicrobioSee

i tyr this "sudo yum install binutils" ,but it tell me that "There are no enabled repos."

hucong3 avatar Mar 02 '22 08:03 hucong3

font{
    line-height: 1.6;
}
ul,ol{
    padding-left: 20px;
    list-style-position: inside;
}



This is the paper about how to install it.
    ```
    https://jingyan.baidu.com/article/2a1383286e66c5464b134f3b.html ```

    
        
    


 

    
                ***@***.***
    



On 3/2/2022 ***@***.***> wrote: 

i tyr this "sudo yum install binutils" ,but it tell me that "There are no enabled repos."

—Reply to this email directly, view it on GitHub, or unsubscribe.Triage notifications on the go with GitHub Mobile for iOS or Android. You are receiving this because you commented.Message ID: @.***>

MicrobioSee avatar Mar 02 '22 08:03 MicrobioSee

font{
    line-height: 1.6;
}
ul,ol{
    padding-left: 20px;
    list-style-position: inside;
}




    May be you can use the command " conda install binutils "

    
        
    


 

    
                ***@***.***
    



On 3/2/2022 ***@***.***> wrote: 




font{
    line-height: 1.6;
}
ul,ol{
    padding-left: 20px;
    list-style-position: inside;
}



This is the paper about how to install it.
    ```
    https://jingyan.baidu.com/article/2a1383286e66c5464b134f3b.html ```

    
        
    


 

    
                ***@***.***
    



On 3/2/2022 ***@***.***> wrote: 

i tyr this "sudo yum install binutils" ,but it tell me that "There are no enabled repos."

—Reply to this email directly, view it on GitHub, or unsubscribe.Triage notifications on the go with GitHub Mobile for iOS or Android. You are receiving this because you commented.Message ID: @.***>

MicrobioSee avatar Mar 02 '22 08:03 MicrobioSee

In particular, I am using Miniconda, ubuntu enviorment. After installing libgit2 using conda install -c conda-forge libgit2 and setSys.setenv( USE_SYSTEM_LIBGIT2 = 1 ) in R. My problem is resolved.

Hope it helps.

yuw444 avatar Jun 22 '23 15:06 yuw444

In particular, I am using Miniconda, ubuntu enviorment. After installing libgit2 using conda install -c conda-forge libgit2 and setSys.setenv( USE_SYSTEM_LIBGIT2 = 1 ) in R. My problem is resolved.

Hope it helps.

in Linux window : conda install -c conda-forge libgit2 after that in R window: Sys.setenv( USE_SYSTEM_LIBGIT2 = 1 ) done this 2 steps you can install.packages("gert") successfully

suzoo18 avatar Sep 09 '24 14:09 suzoo18

When using anaconda, please use instructions from https://anaconda.org/conda-forge/r-gert

jeroen avatar Sep 09 '24 15:09 jeroen