I am not able to install numPy package for micropython in thorrny. Can anyone please help me in solving this package.
I am not able to install numPy package for micropython in thorrny. Can anyone please help me in solving this package.
That's not unusual. MicroPython is close to but not identical to Python. It's unlikely that NumPy will work.
Your best bet is to identify precisely what feature(s) of NumPy you require and, if possible, create your own implementation (of just those features) or change code to avoid needing those features.
OpenCV
I'm pretty sure OpenCV will never run on MicroPython. OpenCV runs on C++ and Python. The requirements alone are to much for MicroPython.
I'm pretty sure OpenCV will never run on MicroPython. OpenCV runs on C++ and Python. The requirements alone are to much for MicroPython.