I am trying to use easy_install to install a module called requests by doing
easy_install
easy_install requests
This work
You should use virtualenv on package-based Linux distributions so Python scripts don't interfere with other packages or conflict with the OS's package-manager.
virtualenv
http://workaround.org/easy-install-debian