Why is ‘pip3 install netifaces’ failing on Debian 10 Buster?

HTMLParser().unescape was removed in Python 3.9. Compare the code in Python 3.8 vs Python 3.9.

The error seems to be a bug in setuptools. Try to upgrade setuptools. Or use Python 3.8.

Leave a Comment