Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

aprakhar
Copy link

@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
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