why are some libs acquired differently to others? #13047
Replies: 1 comment 7 replies
-
Packages like There's the "in-between" packages that are C libraries written as dynamic c modules that does turn them into mpy files that can be copied onto a unit, but these need to be compiled separatly for each architecture and the correct one used. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Sometimes getting a lib in upython is relatively painless, eg
but other libs like ulab can only be acquired by finding a version of upython with it already baked in or trying to compile your own version from scratch.
It occurs to me that I don't understand why some libs, like ulab, can't be mipped?
Beta Was this translation helpful? Give feedback.
All reactions