简体   繁体   中英

Installing libc6 on Google Colab

Hello i wanted to run Blender K-Cycles on Google Colab but got the following error message

lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found
lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.29' not found 

Can i somewhow install libc6 on Colab?

I´m glad for every answer

Can i somewhow install libc6 on Colab?

The libc.so.6 is part of the libc6 (GLIBC) package and is already installed .

Your problem is that the installed GLIBC is too old for the binary you are trying to run.

Usually the solution is to find (or build from source) a release of the binary you want to run built for the OS you are trying to run it on, rather than update the OS to suite the binary.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM