I worked on some python projects lately and had lots of problems with pip not installing the latest versions of some requirements. I am on
pip
Here's the command I used to install argparse using pip 1.5.4:
pip install --allow-all-external argparse==1.2.1