在Google Colab上安装libc6

发布于 2025-02-12 08:18:42 字数 252 浏览 1 评论 0原文

您好,我想在Google Colab上运行Blender K-Cycles,但是收到以下错误消息,

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 

我可以在Colab上安装Libc6吗?

我很高兴每个答案!

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!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

甜中书 2025-02-19 08:18:42

我可以在colab上安装libc6吗?

libc.so.6libc6(glibc)软件包的一部分,并且已经安装了

您的问题是,安装的GLIBC太旧了,无法运行您要运行的二进制文件。

通常,解决方案是要找到(或从源构建)您要运行的二进制文件的释放 您要运行的操作系统,而不是更新OS以适合二进制。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文