DermNet-images-crawler icon indicating copy to clipboard operation
DermNet-images-crawler copied to clipboard

error runing the script

Open amralfy1 opened this issue 4 years ago • 1 comments

every time i run the code it give me this error

File "dermnet.py", line 163, in <module>
main()

File "dermnet.py", line 98, in main soup_page1 = BeautifulSoup(html_page1, "html5lib") File "AppData\Local\Programs\Python\Python38\lib\site-packages\bs4_init_.py", line 225, in init raise FeatureNotFound( bs4.FeatureNotFound: Couldn't find a tree builder with the features you requested: html5lib. Do you need to install a parser library?

amralfy1 avatar Feb 08 '20 07:02 amralfy1

@amralfy1 use html.parser instead html5lib.

5hyfilm-zz avatar Apr 01 '20 13:04 5hyfilm-zz