Migration to 2021.7 fails: Fatal Python error: init_interp_main: can't initialize time

Thanks,
on a Raspberry PI4 after upgraded libseccomp2 using the following step

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 04EE7237B7D453EC 648ACFD622F3D138
echo "deb http://deb.debian.org/debian buster-backports main" | sudo tee -a /etc/apt/sources.list.d/buster-backports.list
sudo apt update
sudo apt install -t buster-backports libseccomp2

everithing seems fine.

16 Likes