Skip to content

Can this library be used together with MicroPython? #2662

Answered by adamreichold
mainrs asked this question in Questions
Discussion options

You must be logged in to vote

I have not checked in detail but I would be surprised if it works as-is. PyO3 relies on the C API provided by CPython and PyPy and would need to be adjusted to be able to make use of MicroPython's native API. But IIRC, MicroPython makes some fundamental deviations from CPython in how it implements Python's data model and this might be even more fundamentally incompatible with how PyO3 works then just adjusting to a different native API.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mainrs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants