pascal-voc-python
pascal-voc-python copied to clipboard
HTML Parser not found
I am using python 3.7 and found that when importing beautifulsoup4, I get an HTML Parser not found error.
The error has been discussed here.
The obvious solution would be to update the requirements to beautifulsoup4>=4.4.0.