NumPy consists of C and Python.
For Python part, it imports some modules that micropython does not fully support.
For C part, NumPy depends on CPython3.6+. It includes CPython header "Python.h".
Regardless of RAM limitation, is it possible to put numpy to micropython?
https://numpy.org/doc/stable/user/building.html
https://github.com/numpy/numpy
Is it possible to run numpy with micropython ?
- pythoncoder
- Posts: 5956
- Joined: Fri Jul 18, 2014 8:01 am
- Location: UK
- Contact:
Re: Is it possible to run numpy with micropython ?
No. But there is this very capable micro implementation.
Peter Hinch
Index to my micropython libraries.
Index to my micropython libraries.