I'm trying to install 'requests module' using easy_install but I'm getting the following error:
$ sudo easy_install requests
Processing requests
error: Not a recognized archive type: requests
If I try with pip, I get the following error:
$ pip install requests
Unknown or unsupported command 'install'
I just ran the same commands as you, and didn't produce the same error.
I will have to check what the log says, but as you see pip works just fine. You may need to reinstall pip: