Skip to content

fix: unescape() and scandir==1.7 when running using python3.9#22

Open
aprakhar wants to merge 1 commit intomichaeljtbrooks:masterfrom
aprakhar:fix/python3.9-support
Open

fix: unescape() and scandir==1.7 when running using python3.9#22
aprakhar wants to merge 1 commit intomichaeljtbrooks:masterfrom
aprakhar:fix/python3.9-support

Conversation

@aprakhar
Copy link
Copy Markdown

@aprakhar aprakhar commented Mar 1, 2024

Problem

The latest version of Raspberry Pi OS on Raspberry Pi Zero W is Debian version: 11 (bullseye), which ships with python3.9. The software fails to run on it.

Fix

  1. The method unescape() is now moved from html.parser to html in python3.9.
  2. The scandir==1.7 package doesn't build in python3.9. Its updated to 1.8

The latest version of Raspberry Pi OS on Raspberry Pi Zero W is [Debian version: 11 (bullseye)](https://www.raspberrypi.com/software/operating-systems/), which ships with python3.9. The method unescape() is not moved from html.parser to html in [python3.9](https://stackoverflow.com/a/70793745). The scandir==1.7 package doesn't build in python3.9
@aprakhar
Copy link
Copy Markdown
Author

aprakhar commented Mar 1, 2024

Closes #21

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant