ImportError: No module named pkg_resources

Solution 1:

pkg_resources is a dependency of setuptools. Open the terminal and type:

sudo apt install --reinstall python3-pkg-resources python3-setuptools