I use EndeavourOS and have updated my system on February 17 2022 using
sudo pacman -Syu
Eversince, when I run docker-compose
, I get this error message:
[4221] Error loading Python lib '/tmp/_MEIgGJQGW/libpython3.7m.so.1.0': dlopen: libcrypt.so.1: cannot open shared object file: No such file or directory
Some forum threads suggested to reinstall docker-compose, which I did. I tried the following solution, but both without success:
Python3.7: error while loading shared libraries: libpython3.7m.so.1.0
How can I resolve this issue?