Pip error -> ImportError: No module named helpers
问题 When I'm trying to install any package using pip it gives an error. It shows "ImportError: No module named helpers" . I tried installing the helpers module using pip but the same error occurred. I'm pasting the output of the error message. Operating System: Arch Linux. pip2 install requests Error : Traceback (most recent call last): File "/usr/bin/pip2", line 11, in <module> load_entry_point('pip==18.1', 'console_scripts', 'pip')() File "/usr/lib/python2.7/site-packages/pkg_resources/__init__