The SquareLine 1.5.0
version not work.
/home/alex/SquareLine_Studio_Linux_v1_5_0/lvgl/lvgl_v9_1_0/server/micropython: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by /home/alex/SquareLine_Studio_Linux_v1_5_0/lvgl/lvgl_v9_1_0/server/micropython)
The version of the system library is 2.33
. All updates are up to date. The core is 6.6.47-generic-1rosa2021.1-x86_64
. I tried to compile my own micropython to no avail. Tell me what to do, please.
Hi, the error occurs because SquareLine Studio 1.5.0’s micropython binary requires GLIBC version 2.34, but your system has GLIBC 2.33.
Here are a few potential solutions:
- Update your Linux distribution:
- Since you’re running Rosa Linux 2021.1, you might want to upgrade to a newer version that includes GLIBC 2.34
- GLIBC 2.34 was released in August 2021
- Use an older version of SquareLine Studio:
- Try downloading SquareLine Studio 1.4.x which might be compatible with GLIBC 2.33
- You can find older versions on the official SquareLine Studio website
- Create a container or chroot environment:
- You could use Docker or Podman to run SquareLine Studio in a container with the required GLIBC version
- This way you don’t need to upgrade your entire system
I hope one of these solutions helps solve your problem.
1 Like
Thanks for the detailed answer.
I have already managed to run SquareLine Studio 1.5.0
on my system using distrobox
.