GLIBC_2.28 and GLIBC_2.29 not found on Google Colab

1.6k Views Asked by At

How to install them? When I start rendering a scene, I get this: /lib/x86_64-linux-gnu/libc.so.6: version 'GLIBC_2.28' not found (required by ./Blender_K-cycles_linux/blender) /lib/x86_64-linux-gnu/libm.so.6: version 'GLIBC_2.29' not found (required by ./Blender_K-cycles_linux/blender)

Is it even possible to install it?

1

There are 1 best solutions below

1
On BEST ANSWER

Is it even possible to install it?

No. Instead you should obtain a version of blender compiled for your target environment (current Google Colab appears to use Ubuntu 18.04).

See also this answer.