adafruit / adafruit/Adafruit_CircuitPython_SCD30
Python 3.9: AttributeError: 'HTMLParser' object has no attribute 'unescape'
Open
- Dominant language
- Python
- Stars
- 17
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Description
unescape has been removed from Python3.9 distlib, causing the installation to fail.
More:
https://bugs.python.org/issue19688
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the installation failure with Python 3.9 and follow the traceback to the dependency using HTMLParser.unescape. Confirm the relevant compatibility fix against the linked Python issue; done means the library installs successfully without the AttributeError.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- embedded-iot
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100