Queue is missing. Any workarounds?
Posted: Sun Jan 31, 2021 1:47 pm
Hi,
I am trying to replicate this example https://github.com/peterhinch/micropyth ... d#35-queue
however, the primitives module is missing
I think there is already an open issue for that in the https://github.com/micropython/micropython/issues/5828. Since it is still open is there any workaround for that?
I am trying to replicate this example https://github.com/peterhinch/micropyth ... d#35-queue
however, the primitives module is missing
Code: Select all
>>> from primitives.queue import Queue
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: no module named 'primitives'