I\'m running code sudo apt update and fetch error
sudo apt update
ModuleNotFoundError: No module named \'apt_pkg\'.
Please, help me s
Just reinstalled python3-apt and the error disappeared
sudo apt remove python3-apt
restart and then install,
sudo apt install python3-apt