interprete_python error..

Hi team,
I’m traying to install python modules… during execute facing below error… please help me out…

An exception occurred during task execution. To see the full traceback, use -vvv. The error was: ImportError: No module named pkg_resources
fatal: [172.16.13.160]: FAILED! => {“changed”: false, “msg”: “Failed to import the required Python library (setuptools) on 172.16.13.160’s Python /usr/bin/python. Please read module documentation and install in the appropriate location. If the required library is installed, but Ansible is using the wrong Python interpreter, please consult the documentation on ansible_python_interpreter”}

I am pretty new to Ansible myself, but based on the error message the first thing I would try was checking whether a package python-setuptools was installed on the 172.16.13.160 host.