GSEApy icon indicating copy to clipboard operation
GSEApy copied to clipboard

/lib64/libc.so.6: version `GLIBC_2.25' not found

Open HelloWorldLTY opened this issue 1 year ago • 4 comments

I meet this error when I intend to run GSEA on my python. Could you please suggest me some solutions? Thanks a lot.

HelloWorldLTY avatar Oct 15 '22 01:10 HelloWorldLTY

After I used my own computer to run the codes, I meet a new error: image

I wonder if there are any solutions to this problem. Thanks a lot.

HelloWorldLTY avatar Oct 15 '22 02:10 HelloWorldLTY

See also #167

how did you install gseapy ?

zqfang avatar Oct 15 '22 03:10 zqfang

I used pip install. Maybe I need to try conda

HelloWorldLTY avatar Oct 15 '22 03:10 HelloWorldLTY

Yeah. or you could install gseapy from source.

and rust too.

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

zqfang avatar Oct 15 '22 04:10 zqfang

Yeah. or you could install gseapy from source.

and rust too.

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

I tried this as tried to import gseapy again and this also did not work.

wdg118 avatar Oct 20 '22 11:10 wdg118

That's weird. What's the error message? @wdg118

What platform you are using ?

you might try to use the command here to force install the latest binaries, not the cache one

pip install gseapy --force

zqfang avatar Oct 20 '22 16:10 zqfang