ImportError: No module named argparse ImportError: No module named argparse python python

ImportError: No module named argparse


On CentOS I solved this with yum install python-argparse.HT to LVA for the correct package name.


On a Debian system you can use the following command to install the argparse package:

sudo apt-get install python-argparse