Python 3 ImportError: No module named ‘ConfigParser’

In Python 3, ConfigParser has been renamed to configparser for PEP 8 compliance. It looks like the package you are installing does not support Python 3.

Leave a Comment