This question is more about an error message. I've been trying to install a software called protostar using

curl -L https://raw.githubusercontent.com/software-mansion/protostar/master/install.sh | bash 

Installation went well, but then when running protostar i get the following error

protostar -v
[6750] Error loading Python lib
'/home/myname/.protostar/dist/protostar/libpython3.9.so.1.0': 
dlopen: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.35' not found 
(required by /home/myname/.protostar/dist/protostar/libpython3.9.so.1.0)

What would be the best way to go about fixing this?

0

There are 0 best solutions below