Read Time: < 1 min
You will see this error when you try to install a PIP package. This error message means Python setuptools is missing or broken. $sudo pip2.7 Traceback (most recent call last): File “/usr/bin/pip2.7”, line 6, in <module> from pkg_resources import load_entry_point ImportError: No module named pkg_resources #Fix1: Just re-install the Python setuptools to fix the […]