SneakerBotTutorials icon indicating copy to clipboard operation
SneakerBotTutorials copied to clipboard

ImportError: No module named html.entities

Open iZeprend opened this issue 6 years ago • 0 comments

Traceback (most recent call last): File "app.py", line 6, in import bs4 File "D:\Program Files\Python\lib\site-packages\bs4_init_.py", line 35, in from .builder import builder_registry, ParserRejectedMarkup File "D:\Program Files\Python\lib\site-packages\bs4\builder_init_.py", line 7, in from bs4.element import ( File "D:\Program Files\Python\lib\site-packages\bs4\element.py", line 10, in from bs4.dammit import EntitySubstitution File "D:\Program Files\Python\lib\site-packages\bs4\dammit.py", line 14, in from html.entities import codepoint2name ImportError: No module named html.entities

This is what I am receiving when I input the command, "python app.py" P.S. I do not have that much coding background, I looked everywhere too find the solution but can't find anything

iZeprend avatar Jan 14 '20 05:01 iZeprend