I want to install checker package using pip for my code because it shows no reference in my webapp code

0 votes
Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "C:\Users\dell\AppData\Local\Temp\pip-install-uje31pzw\checker\setup.py", line 5, in <module>
        from ConfigParser import RawConfigParser
    ModuleNotFoundError: No module named 'ConfigParser'
    ----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
Jul 7, 2020 in Python by Rahul
• 120 points
488 views

1 answer to this question.

0 votes

Hi@Rahul,

You are trying to use configparser module. Before importing this you need to download this module in your system. You can use the below-given command.

$ pip install configparser

Also, make the changes in your command. It is configparser, not ConfigParser.

answered Jul 7, 2020 by MD
• 95,440 points
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP