I have some troubles to run version 1.0.4 in Ubuntu 20.04
From support I had some ideas to check where the issue is… I found out that running your specific micropython port on Ubuntu 20.04 resulted in
./micropython server.py
./micropython: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.33' not found (required by ./micropython) ./micropython: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.34’ not found (required by ./micropython)
From the command line, I executed each line in setup.sh separately. This successfully generated a .desktop entry. Oddly, running the script is not successful.
At this point, only the alternative server (above) works. The server supplied with Studio v1.04 does not work.
Hmm, it’s really strange. Others haven’t reported similar issue so I think it should be something with your system. But I have no idea what could it be. Assuming that you have started the script as user and nor root.
I’ve the same issue with SLS v1.0.5 on Ubuntu 18.04 LTS. The micropython coming with SLS v1.0.5 gives the same error as the micropython provided here in this thread, but to my suprise it complains about a different GLIBC version:
./micropython: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by ./micropython)
Installed is version 2.27, so the error message certainly makes sense, but I can’t try out SLS with this “bug”.
Please copy unzip the attached file and copy micropython to the server folder of SquareLine. Don’t forget to make it executable with chmod +x micropython.
Thanks a lot for LVGL, Squareline Studio and your effort! It works now for me and I hope also others who still use Ubuntu 18.04 find it useful. I know that I should have upgraded to a newer Ubuntu already, but I tried a 22.04 recently and the graphics drivers are completely messed up for me. I’m undecided and may even stick to 18.04 for a while (newer change a running system).