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

Typing module not available on Micropython #220

Closed
Neradoc opened this issue Feb 25, 2022 · 0 comments · Fixed by #230
Closed

Typing module not available on Micropython #220

Neradoc opened this issue Feb 25, 2022 · 0 comments · Fixed by #230

Comments

@Neradoc
Copy link

Neradoc commented Feb 25, 2022

Blinka, and PlatformDetect are used on micropython, which does not have the typing module, like CP.
A solution would be to escape the imports from typing with try/catch like they are on Circuitpython libraries.

cdwilson added a commit to cdwilson/Adafruit_Python_PlatformDetect that referenced this issue Mar 1, 2022
cdwilson added a commit to cdwilson/Adafruit_Python_PlatformDetect that referenced this issue Mar 5, 2022
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 a pull request may close this issue.

1 participant