uarray in 1.14 ?

RP2040 based microcontroller boards running MicroPython.
Target audience: MicroPython users with an RP2040 boards.
This does not include conventional Linux-based Raspberry Pi boards.
Post Reply
rgcoldeman
Posts: 14
Joined: Sat Jan 30, 2021 11:18 pm

uarray in 1.14 ?

Post by rgcoldeman » Wed Feb 03, 2021 5:37 pm

It seems uarray is missing from 1.14. 'import array' gives error 'ImportError: no module named 'array''
The same error shows up when doing the PIO examples from the book.

User avatar
Roberthh
Posts: 3667
Joined: Sat May 09, 2015 4:13 pm
Location: Rhineland, Europe

Re: uarray in 1.14 ?

Post by Roberthh » Wed Feb 03, 2021 7:43 pm

See this discussion: https://github.com/micropython/micropython/issues/6837
I confirm that it's not in the builds. Which is strange, because it is enabled in the master branch of the git repository.

Post Reply